From 1be534012914361ee642e258530ce6db6b82ddd4 Mon Sep 17 00:00:00 2001 From: Yavor Georgiev Date: Wed, 12 Jul 2017 18:59:43 +0200 Subject: [PATCH] [2.0.0-rc3] Bump version --- CHANGELOG.md | 12 +++++++++++- dependencies.list | 2 +- package.json | 2 +- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59422ec7..24d098ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,16 @@ * none -1.10.2 Release notes (2017-8-16) +2.0.0 Release notes (2017-7-12) ============================================================= ### Breaking changes +* Switch to the next version of the Sync protocol, compatible with Realm Object Server 2.0.0-rc2. + +### Enhancements +* None + +### Bug fixes +### Breaking changes * None ### Enhancements @@ -34,6 +41,9 @@ * `Realm.openAsync` will no longer open the realm if a sync error has occured. Previously this resulted in the callback being invoked twice - once with an error and a second time - with the synchronously opened Realm. * Database adapters will no longer process the sync history of realm files that are not requested by the adapter configuration. Previously this would lead to crashes for realm files that contained schemas that don't define primary keys. +======= +* None + 1.10.0 Release notes (2017-7-12) ============================================================= ### Breaking changes diff --git a/dependencies.list b/dependencies.list index f8239e71..a4d89025 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=1.8.3 +VERSION=2.0.0-rc3 REALM_CORE_VERSION=3.0.0-rc3 REALM_SYNC_VERSION=2.0.0-rc12 REALM_OBJECT_SERVER_VERSION=2.0.0-rc2 diff --git a/package.json b/package.json index 2ca23fbc..991b72a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "1.10.3", + "version": "2.0.0-rc3", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 5aed3be4..a32e2be0 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -957,7 +957,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.3; + CURRENT_PROJECT_VERSION = 2.0.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1021,7 +1021,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.3; + CURRENT_PROJECT_VERSION = 2.0.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO;