Skip to content

Commit

Permalink
Prepare version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theisenp committed Jun 11, 2024
1 parent 8e10d45 commit e3c4e03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## [Unreleased]

## [0.4.0] - 2024-06-11

New:

- Support for Kotlin 2.0.0

Changed:

- Detect usage of `org.jetbrains.kotlin.plugin.compose` plugin and automatically add
the `runtime-compose-ui` dependency.

Expand Down Expand Up @@ -60,7 +67,8 @@ Fixed:
Initial release.


[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.3.1...HEAD
[Unreleased]: https://github.com/cashapp/paraphrase/compare/0.4.0...HEAD
[0.4.0]: https://github.com/cashapp/paraphrase/releases/tag/0.4.0
[0.3.1]: https://github.com/cashapp/paraphrase/releases/tag/0.3.1
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the `build.gradle.kts` file of an Android application or library module:

```kotlin
plugins {
id("app.cash.paraphrase") version "0.3.1"
id("app.cash.paraphrase") version "0.4.0"
}
```

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.4.0-SNAPSHOT
VERSION_NAME=0.4.0

POM_DESCRIPTION=Type-checked formatters for patterned Android string resources

Expand Down

0 comments on commit e3c4e03

Please sign in to comment.