Skip to content

Commit bb9c477

Browse files
committed
Prepare for release 5.0.0-beta02
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
1 parent 74bb49d commit bb9c477

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22

33
## [Unreleased]
44

5+
## [5.0.0-beta02] (2023-07-21)
6+
7+
* Fix breaking changes with Source of
8+
Truth [#560](https://github.com/MobileNativeFoundation/Store/pull/560)
9+
510
## [5.0.0-beta01] (2023-05-19)
611

7-
* Delegate memory cache implementation and provide a hybrid cache with automatic list decomposition as a separate
12+
* Delegate memory cache implementation and provide a hybrid cache with automatic list decomposition
13+
as a separate
814
artifact [#548](https://github.com/MobileNativeFoundation/Store/pull/548)
915

1016
## [5.0.0-alpha06] (2023-05-08)
1117

1218
* Separate MutableStoreBuilder from
1319
StoreBuilder [#542](https://github.com/MobileNativeFoundation/Store/commit/e050a15afc21c22ffea10a6a7d5f1b436ee34a6a)
14-
* Support Rx2 [#531](https://github.com/MobileNativeFoundation/Store/commit/7d73f08cc07294d00b176325af792b51874dfeff)
20+
* Support
21+
Rx2 [#531](https://github.com/MobileNativeFoundation/Store/commit/7d73f08cc07294d00b176325af792b51874dfeff)
1522
* Introduce Fallback
1623
Mechanisms [#545](https://github.com/MobileNativeFoundation/Store/commit/d1e46a9d02703c798738bc5fb645344fefb90dd4)
1724

@@ -260,7 +267,9 @@ This is a first alpha release of Store ported to RxJava 2.
260267
* The change log for Store version 1.x can be
261268
found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md).
262269

263-
[Unreleased]: https://github.com/MobileNativeFoundation/Store/compare/v5.0.0-beta01...HEAD
270+
[Unreleased]: https://github.com/MobileNativeFoundation/Store/compare/v5.0.0-beta02...HEAD
271+
272+
[5.0.0-beta02]: https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-beta02
264273

265274
[5.0.0-beta01]: https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-beta01
266275

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-beta01"
40+
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta02"
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-beta01")
49+
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta02")
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-beta02
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testCore = "1.5.0"
1818
kmmBridge = "0.3.2"
1919
ktlint = "0.39.0"
2020
kover = "0.6.0"
21-
store = "5.0.0-beta01"
21+
store = "5.0.0-beta02"
2222
truth = "1.1.3"
2323

2424
[libraries]

0 commit comments

Comments
 (0)