Skip to content

Commit

Permalink
Prepare 2.0.1 release (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Jun 3, 2024
1 parent ec60153 commit 14a4992
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
X.Y.Z Release notes (YYYY-MM-DD)
2.0.1 Release notes (2024-06-03)
=============================================================

### Breaking changes
* None

### Enhancements
* Add missing vendor support in Android Blueprint.

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import PackageDescription

let sdkVersion = Version("2.0.0")
let sdkVersion = Version("2.0.1")
let coreVersion = Version("14.9.0")

var cxxSettings: [CXXSetting] = [
Expand Down
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class cpprealmRecipe(ConanFile):
name = "cpprealm"
version = "2.0.0"
version = "2.0.1"

# Optional metadata
license = "Apache-2.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ def source(self):
git = Git(self)
git.clone(url="https://github.com/realm/realm-cpp", target=".")
git.folder = "."
git.checkout(commit="a7a5b4c9fd2abcdca79a12963fd1e59f41a2c15b")
git.checkout(commit="ec6015386cbab9b6e3d1b0329534b2358851124a")
git.run("submodule update --init --recursive")

def layout(self):
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=2.0.0
VERSION=2.0.1
2 changes: 1 addition & 1 deletion ports/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpprealm",
"version": "2.0.0",
"version": "2.0.1",
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
"homepage": "https://github.com/realm/realm-cpp",
"license": "Apache-2.0",
Expand Down

0 comments on commit 14a4992

Please sign in to comment.