File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
# 1.1.2 (24 Jun 2024)
2
12
3
13
This release includes several bug fixes.
Original file line number Diff line number Diff line change 2
2
3
3
To bump up package version, please follow the below steps:
4
4
5
- 1 . Bump version in ` Sources/CartonHelpers/Version .swift `
5
+ 1 . Bump version in ` Sources/CartonCore/Misc .swift `
6
6
2 . Update ` CHANGELOG.md `
7
7
3 . ` git commit `
8
8
4 . ` git tag <version> `
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public struct CartonCoreError: Error & CustomStringConvertible {
19
19
public var description : String
20
20
}
21
21
22
- public let cartonVersion = " 1.1.2 "
22
+ public let cartonVersion = " 1.1.3 "
23
23
24
24
#if compiler(>=6.0)
25
25
public let defaultToolchainVersion = " wasm-6.0.2-RELEASE "
You can’t perform that action at this time.
0 commit comments