From 1bc30729b6b4516eaf553d9d506b5d2460fd4fbf Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Mon, 3 Jun 2024 14:00:49 +0100 Subject: [PATCH 1/3] Release 2.0.0 --- CHANGELOG.md | 2 +- buildSrc/src/main/kotlin/Config.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac7461cec..5d593e5b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-SNAPSHOT (YYYY-MM-DD) +## 2.0.0-SNAPSHOT (2024-06-03) > [!NOTE] > This release will bump the Realm file format 24. Opening a file with an older format will automatically upgrade it from file format v10. If you want to upgrade from an earlier file format version you will have to use Realm Kotlin v1.13.1 or earlier. Downgrading to a previous file format is not possible. diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 4d4e046e52..84855ebb35 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs() object Realm { val ciBuild = (System.getenv("CI") != null) - const val version = "2.0.0-SNAPSHOT" + const val version = "2.0.0" const val group = "io.realm.kotlin" const val projectUrl = "https://realm.io" const val pluginPortalId = "io.realm.kotlin" From 6eae4337aa38ab276477c6a525b7a8dffad2add6 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Mon, 3 Jun 2024 16:22:57 +0100 Subject: [PATCH 2/3] fix version name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d593e5b52..fe1dcac82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-SNAPSHOT (2024-06-03) +## 2.0.0 (2024-06-03) > [!NOTE] > This release will bump the Realm file format 24. Opening a file with an older format will automatically upgrade it from file format v10. If you want to upgrade from an earlier file format version you will have to use Realm Kotlin v1.13.1 or earlier. Downgrading to a previous file format is not possible. From 651991a2819698335e63b791c6863d577900b935 Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Tue, 4 Jun 2024 11:12:28 +0100 Subject: [PATCH 3/3] Prepare next dev iteration --- buildSrc/src/main/kotlin/Config.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 84855ebb35..a00c462825 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs() object Realm { val ciBuild = (System.getenv("CI") != null) - const val version = "2.0.0" + const val version = "2.0.1-SNAPSHOT" const val group = "io.realm.kotlin" const val projectUrl = "https://realm.io" const val pluginPortalId = "io.realm.kotlin"