Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Oct 12, 2023
1 parent 6a87824 commit f517f50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.3.0] - 2023-10-12

Changed:

- Generate `Number` parameter instead of `Int` for plural and choice arguments
- Generate `Long` parameter along with `Int` overload for ordinal and selectordinal arguments
- Deprecate generated function using choice arguments, which are discouraged in ICU documentation in
favor of plural and select arguments.

## [0.2.2] - 2023-07-20

Fixed:
Expand Down Expand Up @@ -39,7 +48,8 @@ Fixed:
Initial release.


[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.2.2...HEAD
[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.3.0...HEAD
[0.3.0]: https://github.com/cashapp/paraphrase/releases/tag/0.3.0
[0.2.2]: https://github.com/cashapp/paraphrase/releases/tag/0.2.2
[0.2.1]: https://github.com/cashapp/paraphrase/releases/tag/0.2.1
[0.2.0]: https://github.com/cashapp/paraphrase/releases/tag/0.2.0
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

2. Update the `CHANGELOG.md`:
1. Change the `Unreleased` header to the release version.
2. Add a link URL to ensure the header link works.
2. Add a link URL to the bottom of the page, to ensure the header link works.
3. Add a new `Unreleased` section to the top.

3. Update the `README.md` so the "Download" section reflects the new release version and the
Expand Down
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.3.0-SNAPSHOT
VERSION_NAME=0.3.0

POM_DESCRIPTION=Type-checked formatters for patterned Android string resources

Expand Down

0 comments on commit f517f50

Please sign in to comment.