File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.101.0] - Expected September 2026
9+ Significant changes since Multipaz 0.100.0 include:
10+ - [ To be written]
11+
812## [ 0.100.0] - 2026-07-08
913Significant changes since Multipaz 0.99.0 include:
1014
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ let package = Package(
1212 targets: [
1313 . binaryTarget(
1414 name: " Multipaz " ,
15- url: " https://apps.multipaz.org/xcf/Multipaz-0.100.0.xcframework.zip " ,
16- checksum: " 6098070b02dfe416f27146b9ca43d7867182caf93d5f872aaf560c1af9764452 "
15+ path: " xcframework/build/XCFrameworks/release/Multipaz.xcframework "
1716 )
1817 ]
1918)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ val projectVersionCode: Int by extra {
3636// following the release should bump it to the next version number.
3737//
3838val projectVersionLast = " 0.100.0"
39- val projectVersionNext = " "
39+ val projectVersionNext = " 0.101.0 "
4040
4141private fun runCommand (args : List <String >): String {
4242 val stdout = ByteArrayOutputStream ()
You can’t perform that action at this time.
0 commit comments