Skip to content

Commit

Permalink
Merge branch 'release/6.0.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Aug 26, 2020
2 parents 3a55ce5 + 5d821e5 commit de23a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
# NEXT RELEASE

### Enhancements
* None.
# 6.0.21 Release notes

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
* Upgrading a table with only backlink columns could crash (No issue created)
* If you upgrade a file where you have null elements in a primitive list column that should not contain nulls, the program will crash ([#3836](https://github.com/realm/realm-core/issues/3836), since v6.0.0)
* Holding a shared lock while being suspended on iOS would cause the app to be terminated. (https://github.com/realm/realm-cocoa/issues/6671)

### Breaking changes
* None.

-----------

### Internals
* None.

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

# 6.0.20 Release notes
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 = "6.0.20"
let versionStr = "6.0.21"
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,3 +1,3 @@
PACKAGE_NAME=realm-core
VERSION=6.0.20
VERSION=6.0.21
OPENSSL_VERSION=1.1.1b

0 comments on commit de23a34

Please sign in to comment.