Skip to content

Commit

Permalink
Merge pull request #3396 from realm/prepare-5.23.5
Browse files Browse the repository at this point in the history
bump to 5.23.5
  • Loading branch information
finnschiermer authored Sep 24, 2019
2 parents 45caf36 + 6df3164 commit 512dfaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NEXT RELEASE
# 5.23.5 Release notes

### Enhancements
* None.
Expand All @@ -15,8 +15,7 @@
### Internals

* VersionID comparison operators are now const qualified ([PR #3391](https://github.com/realm/realm-core/pull/3391)).

* Exception `util::File::AccessError`, and it's derivatives such as `util::File::NotFound`, will now include a stacktrace in the message returned by the `what()` method.
* Exception `util::File::AccessError`, and it's derivatives such as `util::File::NotFound`, will now include a stacktrace in the message returned by the `what()` method. ([PR #3394](https://github.com/realm/realm-core/pull/3394))


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

let versionStr = "5.23.4"
let versionStr = "5.23.5"
let versionPieces = versionStr.split(separator: "-")
let versionCompontents = versionPieces[0].split(separator: ".")
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE_NAME=realm-core
VERSION=5.23.4
VERSION=5.23.5

0 comments on commit 512dfaa

Please sign in to comment.