Skip to content

Commit 058f15d

Browse files
committed
Prepare for release 0.60.0
1 parent 9deae98 commit 058f15d

File tree

6 files changed

+425
-46
lines changed

6 files changed

+425
-46
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for refreshVersions
22

3-
## [Unreleased] Version 0.60.0 (2023-08-17)
3+
## Version 0.60.0 (2023-08-17)
44

55
### Full configuration cache support for the `refreshVersions` task
66

@@ -18,7 +18,7 @@ configuration cache fully! That also means that it's ready for Gradle 9 when it'
1818
### New dependency notations:
1919

2020
<details>
21-
<summary><strong>Click to expand (40) </strong></summary>
21+
<summary><strong>Click to expand (57) </strong></summary>
2222

2323
- `AndroidX.appSearch.debugView`
2424
- `AndroidX.appSearch.ktx`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// settings.gradle(.kts)
2727
plugins {
2828
// See https://splitties.github.io/refreshVersions
29-
id("de.fayard.refreshVersions") version "0.51.0"
29+
id("de.fayard.refreshVersions") version "0.60.0"
3030
}
3131

3232
refreshVersions { // Optional: configure the plugin

0 commit comments

Comments
 (0)