Skip to content

Commit 5b7e705

Browse files
committed
Bump version to 0.10.1, update CHANGELOG.md
1 parent 337b80a commit 5b7e705

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.10.1 (20 May 2022)
2+
3+
This is a small bugfix release, which updates JavaScriptKit dependency to 0.15 and required version of `carton` to 0.15.
4+
5+
**Merged pull requests:**
6+
7+
- Update JSKit dependency ([#482](https://github.com/TokamakUI/Tokamak/pull/482)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
8+
- Explicitly mention `carton` version in "Requirements" ([#481](https://github.com/TokamakUI/Tokamak/pull/481)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
9+
- Use stable `v5.6` version of `swiftwasm-action` ([#477](https://github.com/TokamakUI/Tokamak/pull/477)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
10+
111
# 0.10.0 (9 April 2022)
212

313
This release adds support for SwiftWasm 5.6. It also updates JavaScriptKit and OpenCombineJS dependencies.

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let package = Package(
5959
),
6060
.package(
6161
url: "https://github.com/google/swift-benchmark",
62-
from: "0.1.0"
62+
from: "0.1.2"
6363
),
6464
.package(
6565
url: "https://github.com/pointfreeco/swift-snapshot-testing.git",

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ app.
143143
### For app developers
144144

145145
- macOS 11 and Xcode 13.2 or later when using VS Code. macOS 12 and Xcode 13.3 or later are recommended if
146-
you'd like to use Xcode for auto-completion, or when developing multi-platform apps that target WebAssembly
147-
and macOS at the same time.
146+
you'd like to use Xcode for auto-completion, or when developing multi-platform apps that target WebAssembly
147+
and macOS at the same time.
148148
- [Swift 5.6 or later](https://swift.org/download/) and Ubuntu 18.04/20.04 if you'd like to use Linux.
149149
Other Linux distributions are currently not supported.
150150
- [`carton` 0.14.x](https://carton.dev) (carton is our build tool, see the ["Getting started" section](#getting-started) for installation steps)
@@ -184,7 +184,7 @@ app by following these steps:
184184
brew install swiftwasm/tap/carton
185185
```
186186

187-
If you had `carton` installed before this, make sure you have version 0.14.0 or greater:
187+
If you had `carton` installed before this, make sure you have version 0.15.0 or greater:
188188

189189
```
190190
carton --version

0 commit comments

Comments
 (0)