Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ab30457

Browse files
committedDec 20, 2021
Prepare for release 0.30.1
1 parent a227696 commit ab30457

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log for refreshVersions
22

3+
## Version 0.30.1 (2021-12-21)
4+
5+
### Bug fixes
6+
7+
- Fix Gradle sync for projects using buildSrc ([#474](https://github.com/jmfayard/refreshVersions/issues/474))
8+
- Support buildSrc modules that have no plugin declared
9+
310
## Version 0.30.0 (2021-12-19)
411

512
### Potentially breaking change

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// settings.gradle(.kts)
1111
plugins {
1212
// See https://jmfayard.github.io/refreshVersions
13-
id("de.fayard.refreshVersions") version "0.30.0"
13+
id("de.fayard.refreshVersions") version "0.30.1"
1414
}
1515

1616
refreshVersions { // Optional: configure the plugin

‎mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extra:
2121
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
2222
version:
2323
gradle: 6.9
24-
refreshVersions: '0.30.0'
25-
snapshot: '0.30.1-SNAPSHOT'
24+
refreshVersions: '0.30.1'
25+
snapshot: '0.30.2-SNAPSHOT'
2626
keyboard_shortcuts:
2727
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>
2828

‎plugins/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.1-SNAPSHOT
1+
0.30.1

0 commit comments

Comments
 (0)
Failed to load comments.