Skip to content

Commit

Permalink
Prepare version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 3, 2021
1 parent 56e2224 commit 286892c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## [Unreleased]


## [0.5.2]
### Fixed
- Support running on a background thread with Kotlin/Native.

## [0.5.1]
### Added
- Support watchOS 64-bit.
Expand Down Expand Up @@ -48,7 +52,8 @@
Initial release


[Unreleased]: https://github.com/cashapp/turbine/compare/0.5.1...HEAD
[Unreleased]: https://github.com/cashapp/turbine/compare/0.5.2...HEAD
[0.5.2]: https://github.com/cashapp/turbine/releases/tag/0.5.2
[0.5.1]: https://github.com/cashapp/turbine/releases/tag/0.5.1
[0.5.0]: https://github.com/cashapp/turbine/releases/tag/0.5.0
[0.5.0-rc1]: https://github.com/cashapp/turbine/releases/tag/0.5.0-rc1
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.5.1'
testImplementation 'app.cash.turbine:turbine:0.5.2'
}
```

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.6.0-SNAPSHOT
VERSION_NAME=0.5.2

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

0 comments on commit 286892c

Please sign in to comment.