Skip to content

Commit

Permalink
prepare release 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Apr 17, 2024
1 parent 8791305 commit 2fa29cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.28.1] 2024-04-17

### Added
- Added core wasmWasi support, wasmJs to coroutines

## [0.28.0] 2023-12-05

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
testImplementation("com.willowtreeapps.assertk:assertk:0.28.0")
testImplementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
```

Expand All @@ -40,7 +40,7 @@ kotlin {
sourceSets {
val commonTest by getting {
dependencies {
implementation("com.willowtreeapps.assertk:assertk:0.28.0")
implementation("com.willowtreeapps.assertk:assertk:0.28.1")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
assertk = "1.0.0-SNAPSHOT"
assertk = "0.28.1"
kotlin = "1.9.21"
kotlinx-coroutines = "1.8.0"
[libraries]
Expand Down

0 comments on commit 2fa29cd

Please sign in to comment.