File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- # NEXT RELEASE
1
+ # 14.14.0 Release notes
2
2
3
3
### Enhancements
4
- * <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
5
4
* Enable automatic client reset recovery for audit Realm files ([PR #8072](https://github.com/realm/realm-core/pull/8072)).
6
5
7
6
### Fixed
8
- * <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
9
7
* None.
10
8
11
9
### Breaking changes
Original file line number Diff line number Diff line change 3
3
import PackageDescription
4
4
import Foundation
5
5
6
- let versionStr = " 14.13.5 "
6
+ let versionStr = " 14.14.0 "
7
7
let versionPieces = versionStr. split ( separator: " - " )
8
8
let versionCompontents = versionPieces [ 0 ] . split ( separator: " . " )
9
9
let versionExtra = versionPieces. count > 1 ? versionPieces [ 1 ] : " "
Original file line number Diff line number Diff line change 1
1
PACKAGE_NAME : realm-core
2
- VERSION : 14.13.5
2
+ VERSION : 14.14.0
3
3
OPENSSL_VERSION : 3.3.1
4
4
ZLIB_VERSION : 1.2.13
5
5
# Set to track a release branch on 10/9/24.
You can’t perform that action at this time.
0 commit comments