Skip to content

Commit

Permalink
Prepare for release 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 17, 2023
1 parent 9deae98 commit 058f15d
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 46 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for refreshVersions

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

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

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

<details>
<summary><strong>Click to expand (40) </strong></summary>
<summary><strong>Click to expand (57) </strong></summary>

- `AndroidX.appSearch.debugView`
- `AndroidX.appSearch.ktx`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// settings.gradle(.kts)
plugins {
// See https://splitties.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.51.0"
id("de.fayard.refreshVersions") version "0.60.0"
}

refreshVersions { // Optional: configure the plugin
Expand Down
Loading

0 comments on commit 058f15d

Please sign in to comment.