We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b766f28 commit 1549307Copy full SHA for 1549307
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# NEXT RELEASE
+# 20.1.0 Release notes
2
3
### Enhancements
4
* None.
Package.swift
@@ -3,7 +3,7 @@
import PackageDescription
import Foundation
5
6
-let versionStr = "20.0.1"
+let versionStr = "20.1.0"
7
let versionPieces = versionStr.split(separator: "-")
8
let versionCompontents = versionPieces[0].split(separator: ".")
9
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
dependencies.yml
@@ -1,5 +1,5 @@
PACKAGE_NAME: realm-core
-VERSION: 20.0.1
+VERSION: 20.1.0
OPENSSL_VERSION: 3.3.1
# https://github.com/10gen/baas/commits
# 04e3f27ad0e is 2024 Sep 8th
0 commit comments