Skip to content

Commit

Permalink
Bump version to 0.20.1, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 25, 2024
1 parent 7a7ab8c commit 33ef59d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.20.1 (25 Jan 2024)

This release fixes a bug in `carton test` where it reports missing `sock_accept` syscall.

# 0.20.0 (30 Sep 2023)

This release adds SwiftWasm 5.9 toolchain support.
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.20.0"
public let cartonVersion = "0.20.1"
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.20.0",
"version": "0.20.1",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 33ef59d

Please sign in to comment.