Skip to content

Commit 219a251

Browse files
Prepare for release 5.0.0 (#576)
Signed-off-by: digitalbuddha <[email protected]>
1 parent 309ce65 commit 219a251

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## [Unreleased]
3+
### Thank you to all our wonderful contributors and users
4+
5+
## [5.0.0] (2023-09-14 )
6+
### Stable release of Store 5, major additions since Store 4 (no breaking changes)
7+
* MutableStore
8+
* Validator
9+
* Fallback Mechanism
10+
* KMP support
11+
* Conflict Resolution for store writes
12+
* Removal of experimental duration APIs
13+
* StoreResult.NoNewData
414

515
## [5.0.0-beta03] (2023-08-11)
616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
#### Android
3939
```kotlin
40-
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta03"
40+
implementation "org.mobilenativefoundation.store:store5:5.0.0"
4141
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
4242
```
4343

@@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
4646
```kotlin
4747
commonMain {
4848
dependencies {
49-
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta03")
49+
implementation("org.mobilenativefoundation.store:store5:5.0.0")
5050
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
5151
}
5252
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88

99
# POM file
1010
GROUP=org.mobilenativefoundation.store
11-
VERSION_NAME=5.0.0-SNAPSHOT
11+
VERSION_NAME=5.0.0
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

0 commit comments

Comments
 (0)