Skip to content

Commit

Permalink
Prepare version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 3, 2022
1 parent 8295ee3 commit 828f0a6
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.12.1]
### Changed
- Build with Kotlin 1.7.20

### Fixed
- `takeItem()` no longer throws an exception when returning a `null` value.
- `await`-prefixed methods no longer interfere with virtual time control from a `TestScheduler` (such as inside `runTest`).


## [0.12.0]
### Added
- Support specifying a human-readable name for differentiating the failures of multiple Turbines
Expand Down Expand Up @@ -112,7 +121,8 @@
Initial release


[Unreleased]: https://github.com/cashapp/turbine/compare/0.12.0...HEAD
[Unreleased]: https://github.com/cashapp/turbine/compare/0.12.1...HEAD
[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
[0.11.0]: https://github.com/cashapp/turbine/releases/tag/0.11.0
[0.10.0]: https://github.com/cashapp/turbine/releases/tag/0.10.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.0'
testImplementation 'app.cash.turbine:turbine:0.12.1'
}
```

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.1

POM_NAME=Turbine
POM_DESCRIPTION=A small testing library for kotlinx.coroutines Flow.
Expand Down

0 comments on commit 828f0a6

Please sign in to comment.