Skip to content

Commit

Permalink
Prepare version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 21, 2023
1 parent 0525c26 commit cdf0e88
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 @@ -3,6 +3,15 @@
## [Unreleased]


## [0.7.1] - 2023-02-20

New:
- Add `WindowAnimationFrameClock` for use in browser-based JS environments.

Changed:
- Switch to JetBrains Compose compiler which has better support for JS and native targets.


## [0.7.0] - 2023-01-17

New:
Expand Down Expand Up @@ -104,7 +113,8 @@ Initial release



[Unreleased]: https://github.com/cashapp/molecule/compare/0.7.0...HEAD
[Unreleased]: https://github.com/cashapp/molecule/compare/0.7.1...HEAD
[0.7.1]: https://github.com/cashapp/molecule/releases/tag/0.7.1
[0.7.0]: https://github.com/cashapp/molecule/releases/tag/0.7.0
[0.6.1]: https://github.com/cashapp/molecule/releases/tag/0.6.1
[0.6.0]: https://github.com/cashapp/molecule/releases/tag/0.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:0.7.0'
classpath 'app.cash.molecule:molecule-gradle-plugin:0.7.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.molecule

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=0.8.0-SNAPSHOT
VERSION_NAME=0.7.1

POM_DESCRIPTION=Build a Flow or Observable stream using Jetpack Compose.

Expand Down

0 comments on commit cdf0e88

Please sign in to comment.