Bump version to 1.1.1, update CHANGELOG.md

This commit is contained in:
Yuta Saito 2024-06-21 02:26:02 +00:00
parent 80169bc0c9
commit dca59f36ad
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# 1.1.1 (21 Jun 2024)
This release adds support for 6.0 toolchain, regression fixes, and internal improvements.
* Support SwiftWasm 6.0 toolchain
* Default toolchain version is now based on builder Swift version
* Skip hot-reloading if build fails
* Fix `carton bundle` regression introduced in 1.0.4
* Fix `carton test` regression introduced in 1.0.0
* Experimental support for `wasm32-unknown-wasip1-threads` target in test harness
# 1.1.0 (6 Jun 2024)
This release adds support for 5.10.0 toolchain, CLI options, and internal improvements.

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let cartonVersion = "1.1.0"
public let cartonVersion = "1.1.1"