Skip to content

Commit 2783316

Browse files
committed
release: Prepare for 0.3.1 release
- Add changelog for version 0.3.1, including WasmJS/browser and watchOS X64 support and `slf4j.simple` dependency scope fix. - Update version in `gradle.properties` to 0.3.1.
1 parent 6d6a92c commit 2783316

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.1
2+
> Published 2026-02-12
3+
4+
### Added
5+
- Support WasmJS/Browser and watchOS X64 targets
6+
7+
### Fixed
8+
- Move slf4j.simple dependency to test scope
9+
110
## 0.3.0
211
> Published 2026-02-03
312

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ksp.useKSP2=true
2020
detekt.use.worker.api = true
2121

2222
group=org.jetbrains.kotlinx
23-
version=0.3.1-SNAPSHOT
23+
version=0.3.1
2424

2525
versionSuffix=SNAPSHOT
2626

0 commit comments

Comments
 (0)