Skip to content

Commit 30ea4d6

Browse files
committed
Prepare for release 0.8.0.
1 parent 636b009 commit 30ea4d6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 0.8.0
4+
5+
### Added
6+
7+
Added new targets:
8+
- `linuxX64`
9+
- `macosArm64`
10+
11+
### Changed
12+
13+
- Kotlin 1.7.10.
14+
- Coroutines 1.6.4.
15+
- AtomicFU 0.18.3.
16+
317
## 0.7.0
418

519
### Changed
@@ -20,6 +34,7 @@
2034
This release adds support for new native memory model and drops support for the old one. Many thanks to @dcvz for the contribution.
2135

2236
### Added
37+
2338
- Synchronize cache loader by key - [#15](https://github.com/ReactiveCircus/cache4k/pull/15)
2439
- Support new native memory model and drop support for old memory model - [#17](https://github.com/ReactiveCircus/cache4k/pull/17)
2540

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.8.0-SNAPSHOT
2+
VERSION_NAME=0.8.0
33

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

0 commit comments

Comments
 (0)