diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6d1c54f..1038c7c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log for refreshVersions +## Version 0.30.1 (2021-12-21) + +### Bug fixes + +- Fix Gradle sync for projects using buildSrc ([#474](https://github.com/jmfayard/refreshVersions/issues/474)) +- Support buildSrc modules that have no plugin declared + ## Version 0.30.0 (2021-12-19) ### Potentially breaking change diff --git a/README.md b/README.md index 29afe2292..c0b2a3885 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ // settings.gradle(.kts) plugins { // See https://jmfayard.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.30.0" + id("de.fayard.refreshVersions") version "0.30.1" } refreshVersions { // Optional: configure the plugin diff --git a/mkdocs.yml b/mkdocs.yml index 11711588e..5b2279f45 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,8 @@ extra: slack: https://app.slack.com/client/T09229ZC6/CP5659EL9 version: gradle: 6.9 - refreshVersions: '0.30.0' - snapshot: '0.30.1-SNAPSHOT' + refreshVersions: '0.30.1' + snapshot: '0.30.2-SNAPSHOT' keyboard_shortcuts: find_actions: ctrl/cmd + shift + A diff --git a/plugins/version.txt b/plugins/version.txt index 62e96605f..6a932058d 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.30.1-SNAPSHOT \ No newline at end of file +0.30.1 \ No newline at end of file