Skip to content

Commit dca59f3

Browse files
Bump version to 1.1.1, update CHANGELOG.md
1 parent 80169bc commit dca59f3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
# 1.1.0 (6 Jun 2024)
213

314
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.

Sources/CartonHelpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let cartonVersion = "1.1.0"
15+
public let cartonVersion = "1.1.1"

0 commit comments

Comments
 (0)