Skip to content

Commit fb04fd0

Browse files
committed
Prepare for release 0.13.0.
1 parent 86aa406 commit fb04fd0

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 0.13.0
4+
5+
### Added
6+
7+
Added new targets:
8+
- `wasmJs` - [#45](https://github.com/ReactiveCircus/cache4k/pull/45)
9+
10+
### Changed
11+
12+
- Switch internal map implementation to `ConcurrentHashMap` for JVM targets - [#39](https://github.com/ReactiveCircus/cache4k/pull/39)
13+
- Kotlin 1.9.22
14+
- Coroutines 1.8.0
15+
- AtomicFU 0.23.2
16+
- Stately 2.0.6
17+
318
## 0.12.0
419

520
### Added
@@ -18,11 +33,11 @@ Added new targets:
1833

1934
### Added
2035

21-
- New event listener APIs (@darkxanter) - [35](https://github.com/ReactiveCircus/cache4k/pull/35)
36+
- New event listener APIs (@darkxanter) - [#35](https://github.com/ReactiveCircus/cache4k/pull/35)
2237

2338
### Fixed
2439

25-
- Downgrade stately to 1.2.5 to fix duplicate class error - [36](https://github.com/ReactiveCircus/cache4k/pull/36)
40+
- Downgrade stately to 1.2.5 to fix duplicate class error - [#36](https://github.com/ReactiveCircus/cache4k/pull/36)
2641

2742
## 0.10.0
2843

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.cache4k
2-
VERSION_NAME=0.13.0-SNAPSHOT
2+
VERSION_NAME=0.13.0
33

44
POM_URL=https://github.com/reactivecircus/cache4k
55
POM_SCM_URL=https://github.com/reactivecircus/cache4k

0 commit comments

Comments
 (0)