Skip to content

Commit 57ab2e7

Browse files
Bump version to 1.1.3, update CHANGELOG.md
1 parent d1833e8 commit 57ab2e7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.1.3 (10 Dec 2024)
2+
3+
* Inherit all env-var from host and add `--env` option to `carton-test`
4+
* Add `-Xnode` option to `carton test`
5+
* Expose `instantiate` API from bundled package
6+
* Save `default.profraw` after test completed
7+
* Update default toolchain for 6.0 channel
8+
* Reduced the number of dependencies and improved the build time
9+
* Fix test output parser to be incremental and show failed tests
10+
111
# 1.1.2 (24 Jun 2024)
212

313
This release includes several bug fixes.

Documentation/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
1. Bump version in `Sources/CartonHelpers/Version.swift`
5+
1. Bump version in `Sources/CartonCore/Misc.swift`
66
2. Update `CHANGELOG.md`
77
3. `git commit`
88
4. `git tag <version>`

Sources/CartonCore/Misc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct CartonCoreError: Error & CustomStringConvertible {
1919
public var description: String
2020
}
2121

22-
public let cartonVersion = "1.1.2"
22+
public let cartonVersion = "1.1.3"
2323

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

0 commit comments

Comments
 (0)