Skip to content

Commit

Permalink
Prepare version 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 30, 2023
1 parent ea898de commit 924bb53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased]


## [0.12.3]
### Fixed
- Ensure JVM classes target Java 8 rather than implicitly using the build JDK version.


## [0.12.2]
### Changed
- The default wall-clock timeout used to wait for an event has been increased from 1s to 3s.
Expand Down Expand Up @@ -131,7 +136,8 @@
Initial release


[Unreleased]: https://github.com/cashapp/turbine/compare/0.12.2...HEAD
[Unreleased]: https://github.com/cashapp/turbine/compare/0.12.3...HEAD
[0.12.3]: https://github.com/cashapp/turbine/releases/tag/0.12.3
[0.12.2]: https://github.com/cashapp/turbine/releases/tag/0.12.2
[0.12.1]: https://github.com/cashapp/turbine/releases/tag/0.12.1
[0.12.0]: https://github.com/cashapp/turbine/releases/tag/0.12.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
mavenCentral()
}
dependencies {
testImplementation 'app.cash.turbine:turbine:0.12.2'
testImplementation 'app.cash.turbine:turbine:0.12.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GROUP=app.cash.turbine
POM_ARTIFACT_ID=turbine

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

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 924bb53

Please sign in to comment.