Skip to content

Commit

Permalink
Bump version to 1.1.1, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 21, 2024
1 parent 80169bc commit dca59f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dca59f3

Please sign in to comment.