Skip to content

Commit

Permalink
Prepare 0.6.1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Dec 19, 2023
1 parent 289b733 commit 2515c1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.6.1 Release notes (2023-12-19)
=============================================================

### Fixed
* Building the Realm C++ SDK as an external library as part of AOSP would fail (since 0.5.0).

### Internals
* Upgraded to Core v13.25.0

----------------------------------------------

0.6.0 Release notes (2023-12-18)
=============================================================

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import PackageDescription

let sdkVersion = Version("0.6.0")
let coreVersion = Version("13.24.1")
let sdkVersion = Version("0.6.1")
let coreVersion = Version("13.25.0")

var cxxSettings: [CXXSetting] = [
.define("REALM_ENABLE_SYNC", to: "1"),
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.6.0
VERSION=0.6.1

0 comments on commit 2515c1a

Please sign in to comment.