File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.1.1 (21 Jun 2024)
2
+
3
+ This release adds support for 6.0 toolchain, regression fixes, and internal improvements.
4
+
5
+ * Support SwiftWasm 6.0 toolchain
6
+ * Default toolchain version is now based on builder Swift version
7
+ * Skip hot-reloading if build fails
8
+ * Fix ` carton bundle ` regression introduced in 1.0.4
9
+ * Fix ` carton test ` regression introduced in 1.0.0
10
+ * Experimental support for ` wasm32-unknown-wasip1-threads ` target in test harness
11
+
1
12
# 1.1.0 (6 Jun 2024)
2
13
3
14
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- public let cartonVersion = " 1.1.0 "
15
+ public let cartonVersion = " 1.1.1 "
You can’t perform that action at this time.
0 commit comments