Skip to content

Commit

Permalink
Update release information
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Sep 9, 2024
1 parent 8076e61 commit d8a6840
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 20.0.1 Release notes

### Enhancements
* None.

### Fixed
* None.

### Breaking changes
* None.

### Compatibility
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier.

-----------

### Internals
* Dependency on ZLIB removed

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

# 20.0.0 Release notes

### Enhancements
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 = "20.0.0"
let versionStr = "20.0.1"
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.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME: realm-core
VERSION: 20.0.0
VERSION: 20.0.1
OPENSSL_VERSION: 3.3.1
# https://github.com/10gen/baas/commits
# 2f308db is 2024 July 10
Expand Down

0 comments on commit d8a6840

Please sign in to comment.