Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare version 1.2.0 #360

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0-SNAPSHOT

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down