From 2fa29cd20952ac550a4044c1ef3fd9bbda767c21 Mon Sep 17 00:00:00 2001 From: Eva Tatarka Date: Wed, 17 Apr 2024 12:58:42 -0700 Subject: [PATCH] prepare release 0.28.1 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- gradle/libs.versions.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54bdb977..f28dc916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e58b8393..7cd26bcc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { } dependencies { - testImplementation("com.willowtreeapps.assertk:assertk:0.28.0") + testImplementation("com.willowtreeapps.assertk:assertk:0.28.1") } ``` @@ -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") } } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 54b49803..d6c77d2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -assertk = "1.0.0-SNAPSHOT" +assertk = "0.28.1" kotlin = "1.9.21" kotlinx-coroutines = "1.8.0" [libraries]