Skip to content

Commit

Permalink
Prepare version v3.11.0 (#1279)
Browse files Browse the repository at this point in the history
* Prepare version v3.11.0

* Update CHANGELOG.md

Co-authored-by: Brian Munkholm <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Brian Munkholm <[email protected]>

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Kenneth Geisshirt <[email protected]>

Co-authored-by: Jenkins CI <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
Co-authored-by: Brian Munkholm <[email protected]>
Co-authored-by: Kenneth Geisshirt <[email protected]>
  • Loading branch information
5 people authored May 14, 2020
1 parent aa707c0 commit 29616b4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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 3.11.0 (2020-05-06)

[Changes since v3.10.0](https://github.com/realm/realm-studio/compare/v3.10.0...v3.11.0)

### Enhancements

- Added support for reading / writing Realm files using Realm file format v10 (used by realm-js v6, realm-java v7, realm-cocoa v5 and realm-dotnet v5). 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 v10. ([#1278](https://github.com/realm/realm-studio/pull/1278))

### Fixed

- None

### Internals

- Upgraded dependencies, including Electron to v8 and Realm to v6.0.0. ([#1278](https://github.com/realm/realm-studio/pull/1278) & [#1284](https://github.com/realm/realm-studio/pull/1284))


## Release 3.10.0 (2020-03-06)

[Changes since v3.9.0](https://github.com/realm/realm-studio/compare/v3.9.0...v3.10.0)
Expand Down
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

### Enhancements

- Added support for reading / writing Realm files using Realm file format v10. When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. ([#1278](https://github.com/realm/realm-studio/pull/1278))
- None

### Fixed

- None

### Internals

- Upgraded dependencies, including Electron to v8 and Realm to v6.0.0. ([#1278](https://github.com/realm/realm-studio/pull/1278) & [#1284](https://github.com/realm/realm-studio/pull/1284))
- None
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "Realm Studio",
"version": "3.10.0",
"version": "3.11.0",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm Inc.",
Expand Down

0 comments on commit 29616b4

Please sign in to comment.