Skip to content

Commit 5ccc249

Browse files
committed
Prepare next dev iteration
1 parent 651991a commit 5ccc249

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 2.1.0-SNAPSHOT (YYYY-MM-DD)
2+
3+
### Breaking Changes
4+
- None.
5+
6+
### Enhancements
7+
- None.
8+
9+
### Fixed
10+
- None.
11+
12+
### Compatibility
13+
* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
14+
* Realm Studio 15.0.0 or above is required to open Realms created by this version.
15+
* This release is compatible with the following Kotlin releases:
16+
* Kotlin 2.0.0 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`.
17+
* Ktor 2.1.2 and above.
18+
* Coroutines 1.7.0 and above.
19+
* AtomicFu 0.18.3 and above.
20+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
21+
* Minimum Kbson 0.4.0.
22+
* Minimum Gradle version: 7.2.
23+
* Minimum Android Gradle Plugin version: 7.1.3.
24+
* Minimum Android SDK: 16.
25+
* Minimum R8: 8.0.34.
26+
27+
### Internal
28+
- None.
29+
30+
131
## 2.0.0 (2024-06-03)
232

333
> [!NOTE]

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()
6262

6363
object Realm {
6464
val ciBuild = (System.getenv("CI") != null)
65-
const val version = "2.0.1-SNAPSHOT"
65+
const val version = "2.1.0-SNAPSHOT"
6666
const val group = "io.realm.kotlin"
6767
const val projectUrl = "https://realm.io"
6868
const val pluginPortalId = "io.realm.kotlin"

0 commit comments

Comments
 (0)