From dca59f36ad33781418399829c53706ce591fef93 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Fri, 21 Jun 2024 02:26:02 +0000 Subject: [PATCH] Bump version to 1.1.1, update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ Sources/CartonHelpers/Version.swift | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18072cb..af8285c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.1.1 (21 Jun 2024) + +This release adds support for 6.0 toolchain, regression fixes, and internal improvements. + +* Support SwiftWasm 6.0 toolchain +* Default toolchain version is now based on builder Swift version +* Skip hot-reloading if build fails +* Fix `carton bundle` regression introduced in 1.0.4 +* Fix `carton test` regression introduced in 1.0.0 +* Experimental support for `wasm32-unknown-wasip1-threads` target in test harness + # 1.1.0 (6 Jun 2024) This release adds support for 5.10.0 toolchain, CLI options, and internal improvements. diff --git a/Sources/CartonHelpers/Version.swift b/Sources/CartonHelpers/Version.swift index a1e28a6..d833f5f 100644 --- a/Sources/CartonHelpers/Version.swift +++ b/Sources/CartonHelpers/Version.swift @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -public let cartonVersion = "1.1.0" +public let cartonVersion = "1.1.1"