Skip to content

Commit

Permalink
Prepare for release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Dec 20, 2021
1 parent a227696 commit ab30457
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

Expand Down
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.30.1-SNAPSHOT
0.30.1

0 comments on commit ab30457

Please sign in to comment.