Skip to content

Commit

Permalink
chore: prepare for release 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 7, 2025
1 parent bd11c87 commit ffe8a89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gradle-dependencies-sorter

## Version 0.14
* [chore]: bump dependencies. Specifically antlr-related ones.
* [chore]: use newer version of Shadow, eliminate Gradle deprecations.

## Version 0.13
* [Fix]: update kotlin-editor to 0.10 and fix API breaking change.

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release procedure for gradle-dependencies-sorter
1. Update CHANGELOG
1. Update README if needed
1. Bump version number in `gradle.properties` to next stable version (removing the `-SNAPSHOT` suffix).
1. `git commit -am "Prepare for release x.y."`
1. `git commit -am "chore: prepare for release x.y."`
1. Publish the snapshot to Maven Central by invoking the `publish` action on github.
1. `git tag -a vx.y -m "Version x.y."`
1. Update version number `gradle.properties` to next snapshot version (x.y-SNAPSHOT)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true

# Publishing bits
GROUP=com.squareup
VERSION_NAME=0.14-SNAPSHOT
VERSION_NAME=0.14

POM_URL=https://github.com/square/gradle-dependencies-sorter
POM_SCM_URL=https://github.com/square/gradle-dependencies-sorter
Expand Down

0 comments on commit ffe8a89

Please sign in to comment.