Skip to content

Commit

Permalink
Prepare version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 6, 2024
1 parent df4d30b commit bc3148e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log

## [Unreleased]
[Unreleased]: https://github.com/cashapp/turbine/compare/1.1.0...HEAD

### Added

### Changed

### Fixed


## [1.1.0] - 2024-03-06
[1.1.0]: https://github.com/cashapp/turbine/releases/tag/1.1.0

### Changed
- Add `wasmJs` target, remove `iosArm32` and `watchosX86` targets.
- Throw unconsumed events if scope is externally canceled.


## [1.0.0] - 2023-05-21
Expand Down Expand Up @@ -161,7 +176,6 @@ Note: This version has a transitive dependency on kotlinx.coroutines 1.7.0. If y
Initial release


[Unreleased]: https://github.com/cashapp/turbine/compare/1.0.0...HEAD
[1.0.0]: https://github.com/cashapp/turbine/releases/tag/1.0.0
[0.13.0]: https://github.com/cashapp/turbine/releases/tag/0.13.0
[0.12.3]: https://github.com/cashapp/turbine/releases/tag/0.12.3
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:1.0.0")
testImplementation("app.cash.turbine:turbine:1.1.0")
}
```

Expand All @@ -37,7 +37,7 @@ repositories {
}
}
dependencies {
testImplementation("app.cash.turbine:turbine:1.1.0-SNAPSHOT")
testImplementation("app.cash.turbine:turbine:1.2.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=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit bc3148e

Please sign in to comment.