Skip to content

Commit

Permalink
Bump version to 0.17.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Sep 30, 2022
1 parent 2fe7118 commit 3a00a0d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.17.0 (30 September 2022)

This release adds SwiftWasm 5.7 toolchain support.

**Merged pull requests:**

- Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/371
- Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/372
- Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/373
- Update SwiftPM dependencies by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/374
- Ignore force_try swift-lint rule where in defer. by @noppefoxwolf in https://github.com/swiftwasm/carton/pull/379
- Use @main attributes by @noppefoxwolf in https://github.com/swiftwasm/carton/pull/378
- Add 5.7 host toolchain matrix by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/380
- Update SwiftPM library version to 5.7 by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/381
- Update default toolchain version to 5.7.1 by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/383

# 0.16.1 (22 July 2022)

This release fixes an issue when `carton test` doesn't execute the all of async tests, and doesn't handle
Expand Down
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

public let cartonVersion = "0.16.1"
public let cartonVersion = "0.17.0"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carton",
"version": "0.16.1",
"version": "0.17.0",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3a00a0d

Please sign in to comment.