Skip to content

Commit

Permalink
Bump version to 1.1.3, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Dec 10, 2024
1 parent d1833e8 commit 57ab2e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.3 (10 Dec 2024)

* Inherit all env-var from host and add `--env` option to `carton-test`
* Add `-Xnode` option to `carton test`
* Expose `instantiate` API from bundled package
* Save `default.profraw` after test completed
* Update default toolchain for 6.0 channel
* Reduced the number of dependencies and improved the build time
* Fix test output parser to be incremental and show failed tests

# 1.1.2 (24 Jun 2024)

This release includes several bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To bump up package version, please follow the below steps:

1. Bump version in `Sources/CartonHelpers/Version.swift`
1. Bump version in `Sources/CartonCore/Misc.swift`
2. Update `CHANGELOG.md`
3. `git commit`
4. `git tag <version>`
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonCore/Misc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct CartonCoreError: Error & CustomStringConvertible {
public var description: String
}

public let cartonVersion = "1.1.2"
public let cartonVersion = "1.1.3"

#if compiler(>=6.0)
public let defaultToolchainVersion = "wasm-6.0.2-RELEASE"
Expand Down

0 comments on commit 57ab2e7

Please sign in to comment.