Skip to content

Commit

Permalink
Prepare version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 18, 2021
1 parent 0f15603 commit 7aeb302
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## [Unreleased]


## [0.5.1]
### Added
- Support watchOS 64-bit.

## [0.5.0]
### Changed
- Upgrade to Kotlin 1.5.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.5.0'
testImplementation 'app.cash.turbine:turbine:0.5.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.6.0-SNAPSHOT
VERSION_NAME=0.5.1

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

0 comments on commit 7aeb302

Please sign in to comment.