Skip to content

Commit

Permalink
Prepare Release v1.1.1 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Apr 17, 2024
1 parent dcf7bfe commit 538af90
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,4 +1,4 @@
X.Y.Z Release notes (YYYY-MM-DD)
1.1.1 Release notes (2024-04-17)
=============================================================

### Fixed
Expand All @@ -9,9 +9,6 @@ X.Y.Z Release notes (YYYY-MM-DD)
### Enhancements
* Updated default base URL to be `https://services.cloud.mongodb.com` to support the new domains (was `https://realm.mongodb.com`)

### Breaking Changes
* None

### Compatibility
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10.

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("1.1.0")
let sdkVersion = Version("1.1.1")
let coreVersion = Version("14.5.1")

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 = "1.0"
version = "1.1.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="907ee48ecb35a65c9fdda6286a8e322f09697c07")
git.checkout(commit="dcf7bfea41d9645ab893fff9e97cd8cd1cba4a34")
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=1.1.0
VERSION=1.1.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": "1.0.0",
"version": "1.1.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 538af90

Please sign in to comment.