Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit affe430

Browse files
authored
Prepare for 0.5.0 release (#186)
1 parent f128812 commit affe430

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## **[Unreleased]**
9+
10+
## [0.5.0] - 2020-03-10
911
### Added
1012
- Added support for any WebAssembly runtime via `WAPM_RUNTIME` (so you can use it like `WAPM_RUNTIME=wasmer-js wapm run python`)
13+
- Add ergonomic `wax` command for directly executing Wasm from the wapm registry. TODO: write a brief intro to wax here (can also put it in docs)
1114
### Changed
1215
- Use [`boxx`](https://crates.io/crates/boxx) to show the update notification message.
1316
- Make module pre-hashing optional and non-dependent on the [wasmer runtime](https://github.com/wasmerio/wasmer)
1417
- Remove `run` extra runtime argument passed to `WAPM_RUNTIME`
18+
- The `--comand-name` flag passed to Wasm runtimes is now of the form `command-name` instead of `wapm run command-name`.
1519

1620
## [0.4.3] - 2020-01-16
1721
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wapm-cli"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
authors = ["The Wasmer Engineering Team <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/wasmerio/wapm-cli"

0 commit comments

Comments
 (0)