Skip to content

Commit

Permalink
Bump version to 0.19.0, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 8, 2023
1 parent a19e1ac commit d2864be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.19.0 (8 May 2023)

This release adds SwiftWasm 5.8 toolchain support.

**Merged pull requests:**

- Update SwiftPM branch to 5.8 and fix build errors by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/395
- Fix the default docker command arguments by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/396
- Support jammy and amazonlinux2 for toolchain install by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/397
- Update default toolchain version to 5.8 channel snapshot by @kateinoigakukun in https://github.com/swiftwasm/carton/pull/398


# 0.18.0 (3 April 2023)

This release adds an extra size stripping optimization.
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.18.0"
public let cartonVersion = "0.19.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.18.0",
"version": "0.19.0",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit d2864be

Please sign in to comment.