Skip to content

Commit

Permalink
Prepare for release 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 12, 2021
1 parent c3a3db8 commit a7b96e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 0.7.1
-------------

_2021-01-11_

* Update to KSP `1.4.20-dev-experimental-20210111`.

Version 0.7.0
-------------

Expand Down
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Releasing
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
5. `./gradlew clean uploadArchives --no-daemon --no-parallel`
6. Update the `gradle.properties` to the next SNAPSHOT version.
7. `git commit -am "Prepare next development version."`
8. `git push && git push --tags`
9. `./gradlew closeAndReleaseRepository`
6. `./gradlew closeAndReleaseRepository`
7. Update the `gradle.properties` to the next SNAPSHOT version.
8. `git commit -am "Prepare next development version."`
9. `git push && git push --tags`
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
org.gradle.jvmargs=-Xmx2048m

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.8.0-SNAPSHOT
VERSION_NAME=0.7.1
POM_DESCRIPTION=Moshi Extensions
POM_URL=https://github.com/ZacSweers/MoshiX
POM_SCM_URL=https://github.com/ZacSweers/MoshiX
Expand Down

0 comments on commit a7b96e6

Please sign in to comment.