Skip to content

Commit

Permalink
Prepare for release 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Feb 23, 2024
1 parent 86aa406 commit fb04fd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fb04fd0

Please sign in to comment.