Skip to content

Commit

Permalink
Prepare version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theisenp committed Apr 18, 2023
1 parent a0b15ef commit 4d09225
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## [Unreleased]


## [0.1.2] - 2023-04-17

Changed:

- Use `androidx.collection.ArrayMap` instead of `android.util.ArrayMap` to hold named arguments.

## [0.1.1] - 2023-04-07

Fixed:
Expand All @@ -14,6 +20,7 @@ Fixed:
Initial release.


[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.1.1...HEAD
[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.1.2...HEAD
[0.1.2]: https://github.com/cashapp/paraphrase/releases/tag/0.1.2
[0.1.1]: https://github.com/cashapp/paraphrase/releases/tag/0.1.1
[0.1.0]: https://github.com/cashapp/paraphrase/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maven
GROUP=app.cash.paraphrase
# HEY! If you change major version update release.yaml doc folder.
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.1.2

POM_DESCRIPTION=Type-checked formatters for patterned Android string resources

Expand Down

0 comments on commit 4d09225

Please sign in to comment.