Skip to content

Commit

Permalink
Prepare version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 11, 2023
1 parent c2cf955 commit 6c2c5ae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
## [Unreleased]


## [0.13.0] - 2023-05-11
### Added
- New Kotlin/Native targets:
- `androidNativeArm32`
- `androidNativeArm64`
- `androidNativeX86`
- `androidNativeX64`
- `linuxArm64`
- `watchosDeviceArm64`

### Changed
- Build with Kotlin 1.8.21


## [0.12.3]
### Fixed
- Ensure JVM classes target Java 8 rather than implicitly using the build JDK version.
Expand Down
4 changes: 2 additions & 2 deletions 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.3'
testImplementation 'app.cash.turbine:turbine:0.13.0'
}
```

Expand All @@ -37,7 +37,7 @@ repositories {
}
}
dependencies {
testImplementation 'app.cash.turbine:turbine:0.13.0-SNAPSHOT'
testImplementation 'app.cash.turbine:turbine:0.14.0-SNAPSHOT'
}
```

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

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 6c2c5ae

Please sign in to comment.