Bump version to 0.4.1

This commit is contained in:
Max Desiatov 2020-07-22 20:46:33 +01:00
parent 98acbc0ac2
commit 9fcda30525
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# 0.4.1 (22 July 2020)
This release modifies the `tokamak` template used in `carton init` to use the `main` branch of
[Tokamak](https://tokamak.dev), which fixes dependency resolution issues caused by the use of unsafe
flags in JavaScriptKit. Please see
[swiftwasm/JavaScriptKit#6](https://github.com/swiftwasm/JavaScriptKit/issues/6) for more details.
# 0.4.0 (21 July 2020)
This release adds a few major features, namely `carton init` and `carton test` commands, `carton sdk local` subcommand, and enables support for linking with Foundation automatically.

View File

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