From fb04fd0d54a2a0810332a23cd144cbab1dfd94a6 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 23 Feb 2024 23:20:38 +1100 Subject: [PATCH] Prepare for release 0.13.0. --- CHANGELOG.md | 19 +++++++++++++++++-- gradle.properties | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 515caab..50eb1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 0.13.0 + +### Added + +Added new targets: +- `wasmJs` - [#45](https://github.com/ReactiveCircus/cache4k/pull/45) + +### Changed + +- Switch internal map implementation to `ConcurrentHashMap` for JVM targets - [#39](https://github.com/ReactiveCircus/cache4k/pull/39) +- Kotlin 1.9.22 +- Coroutines 1.8.0 +- AtomicFU 0.23.2 +- Stately 2.0.6 + ## 0.12.0 ### Added @@ -18,11 +33,11 @@ Added new targets: ### Added -- New event listener APIs (@darkxanter) - [35](https://github.com/ReactiveCircus/cache4k/pull/35) +- New event listener APIs (@darkxanter) - [#35](https://github.com/ReactiveCircus/cache4k/pull/35) ### Fixed -- Downgrade stately to 1.2.5 to fix duplicate class error - [36](https://github.com/ReactiveCircus/cache4k/pull/36) +- Downgrade stately to 1.2.5 to fix duplicate class error - [#36](https://github.com/ReactiveCircus/cache4k/pull/36) ## 0.10.0 diff --git a/gradle.properties b/gradle.properties index 9600e9e..7b4b110 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.cache4k -VERSION_NAME=0.13.0-SNAPSHOT +VERSION_NAME=0.13.0 POM_URL=https://github.com/reactivecircus/cache4k POM_SCM_URL=https://github.com/reactivecircus/cache4k