From a504fda0d0adc8c80e5a80309f08c14ed3089a84 Mon Sep 17 00:00:00 2001 From: Realm CI Date: Tue, 22 Sep 2020 11:31:58 +0200 Subject: [PATCH] Prepare version v5.0.0 (#1336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare version v4.0.0 * Update CHANGELOG.md * Update package.json * Update package-lock.json Co-authored-by: Jenkins CI Co-authored-by: Kræn Hansen Co-authored-by: Kræn Hansen --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ RELEASENOTES.md | 18 +----------------- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 36 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0844db4..c4a48c3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Release 5.0.0 (2020-09-22) + +[Changes since v4.0.0](https://github.com/realm/realm-studio/compare/v4.0.0...v5.0.0) + +### Breaking Changes + +- Added support for reading / writing Realm files using Realm file format v11 (used by realm-js v6.1.1, realm-java v7.0.4, realm-cocoa v5.4.0 and realm-dotnet v5.0.1). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v11. ([#1331](https://github.com/realm/realm-studio/pull/1331)) + +### Enhancements + +- None + +### Fixed + +- None + +### Compatibility + +Use this version of Realm Studio to read and write Realm database files, using the same file format as: + +| SDK | Version | +| ---------------- | ---------- | +| Realm JavaScript | 6.1.1 - ? | +| Realm Java | v7.0.4 - ? | +| Realm Cocoa | v5.4.0 - ? | +| Realm .NET | v5.0.1 - ? | + +### Internals + +- Upgraded Realm to v6.1.2. ([#1331](https://github.com/realm/realm-studio/pull/1331)) +- Upgraded Electron to v9.3.1 and Spectron to v11.1.0 ([#1332](https://github.com/realm/realm-studio/pull/1332)) + + ## Release 4.0.0 (2020-09-22) [Changes since v3.10.0](https://github.com/realm/realm-studio/compare/v3.11.0...v4.0.0) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b0a3b1401..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,9 +1,5 @@ [Changes since {PREVIOUS_VERSION}](https://github.com/realm/realm-studio/compare/{PREVIOUS_VERSION}...{CURRENT_VERSION}) -### Breaking Changes - -- Added support for reading / writing Realm files using Realm file format v11 (used by realm-js v6.1.1, realm-java v7.0.4, realm-cocoa v5.4.0 and realm-dotnet v5.0.1). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v11. ([#1331](https://github.com/realm/realm-studio/pull/1331)) - ### Enhancements - None @@ -12,18 +8,6 @@ - None -### Compatibility - -Use this version of Realm Studio to read and write Realm database files, using the same file format as: - -| SDK | Version | -| ---------------- | ---------- | -| Realm JavaScript | 6.1.1 - ? | -| Realm Java | v7.0.4 - ? | -| Realm Cocoa | v5.4.0 - ? | -| Realm .NET | v5.0.1 - ? | - ### Internals -- Upgraded Realm to v6.1.2. ([#1331](https://github.com/realm/realm-studio/pull/1331)) -- Upgraded Electron to v9.3.1 and Spectron to v11.1.0 ([#1332](https://github.com/realm/realm-studio/pull/1332)) +- None diff --git a/package-lock.json b/package-lock.json index 629e5ce3c..f4eb6655d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realm-studio", - "version": "3.11.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9183eeb1..55b193168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "3.11.0", + "version": "5.0.0", "description": "A tool for everything Realm!", "author": { "name": "Realm Inc.",