File tree 4 files changed +16
-7
lines changed 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
10
## [ 5.0.0-beta01] (2023-05-19)
6
11
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
8
14
artifact [ #548 ] ( https://github.com/MobileNativeFoundation/Store/pull/548 )
9
15
10
16
## [ 5.0.0-alpha06] (2023-05-08)
11
17
12
18
* Separate MutableStoreBuilder from
13
19
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 )
15
22
* Introduce Fallback
16
23
Mechanisms [ #545 ] ( https://github.com/MobileNativeFoundation/Store/commit/d1e46a9d02703c798738bc5fb645344fefb90dd4 )
17
24
@@ -260,7 +267,9 @@ This is a first alpha release of Store ported to RxJava 2.
260
267
* The change log for Store version 1.x can be
261
268
found [ here] ( https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md ) .
262
269
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
264
273
265
274
[ 5.0.0-beta01 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-beta01
266
275
Original file line number Diff line number Diff line change 37
37
38
38
#### Android
39
39
``` kotlin
40
- implementation " org.mobilenativefoundation.store:store5:5.0.0-beta01 "
40
+ implementation " org.mobilenativefoundation.store:store5:5.0.0-beta02 "
41
41
implementation " org.jetbrains.kotlinx:atomicfu:0.18.5"
42
42
```
43
43
@@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
46
46
``` kotlin
47
47
commonMain {
48
48
dependencies {
49
- implementation(" org.mobilenativefoundation.store:store5:5.0.0-beta01 " )
49
+ implementation(" org.mobilenativefoundation.store:store5:5.0.0-beta02 " )
50
50
implementation(" org.jetbrains.kotlinx:atomicfu:0.18.5" )
51
51
}
52
52
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
8
8
9
9
# POM file
10
10
GROUP =org.mobilenativefoundation.store
11
- VERSION_NAME =5.0.0-SNAPSHOT
11
+ VERSION_NAME =5.0.0-beta02
12
12
POM_PACKAGING =pom
13
13
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
14
14
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ testCore = "1.5.0"
18
18
kmmBridge = " 0.3.2"
19
19
ktlint = " 0.39.0"
20
20
kover = " 0.6.0"
21
- store = " 5.0.0-beta01 "
21
+ store = " 5.0.0-beta02 "
22
22
truth = " 1.1.3"
23
23
24
24
[libraries ]
You can’t perform that action at this time.
0 commit comments