Skip to content

Commit

Permalink
Prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 16, 2024
1 parent 9419a5c commit 9cffb0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Change Log

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

### Added
- Add `wasmWasi` target.
- Nothing yet!

### Changed
- Nothing yet!

### Fixed
- Nothing yet!


## [1.2.0] - 2024-10-16
[1.2.0]: https://github.com/cashapp/turbine/releases/tag/1.2.0

### Added
- Add `wasmWasi` target.


## [1.1.0] - 2024-03-06
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.1.0")
testImplementation("app.cash.turbine:turbine:1.2.0")
}
```

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

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 9cffb0a

Please sign in to comment.