Skip to content

Commit

Permalink
v10.8.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsflax committed May 7, 2021
1 parent 4bcac89 commit a921d3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
x.y.z Release notes (yyyy-MM-dd)
10.8.0-beta.0 Release notes (2021-05-07)
=============================================================
### Enhancements
* Add `RLMSet`/`MutableSet<>` datatype. This is a Set collection type used for storing distinct values in a collection.
* Add support for `id<RLMValue>`/`AnyRealmValue`.
* Add support for `UUID`/`NSUUID` data type.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-cocoa/issues/????), since v?.?.?)
* None.

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

### Deprecations
* `RealmOptional` has been deprecated in favor of `RealmProperty`.

Expand All @@ -21,7 +15,7 @@ x.y.z Release notes (yyyy-MM-dd)
* CocoaPods: 1.10 or later.

### Internal
* Upgraded realm-core from ? to ?
* Upgraded realm-core from v10.6.0 to v11.0.0-beta.4

10.7.4 Release notes (2021-04-26)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import PackageDescription
import Foundation

let coreVersionStr = "10.6.0"
let cocoaVersionStr = "10.7.4"
let coreVersionStr = "11.0.0-beta.4"
let cocoaVersionStr = "10.8.0-beta.0"

let coreVersionPieces = coreVersionStr.split(separator: ".")
let coreVersionExtra = coreVersionPieces[2].split(separator: "-")
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.7.4</string>
<string>10.8.0-beta.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.7.4</string>
<string>10.8.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.7.4
VERSION=10.8.0-beta.0
REALM_CORE_VERSION=11.0.0-beta.4
STITCH_VERSION=d1f2be563f60baa7918f7c7cc29050d323ec48b6

0 comments on commit a921d3f

Please sign in to comment.