wasmer/CHANGELOG.md

12 lines
610 B
Markdown
Raw Normal View History

2019-04-12 17:46:29 +00:00
# Changelog
All PRs to the Wasmer repository must add to this file.
Blocks of changes will separated by version increments.
## **[Unreleased]**
2019-04-12 19:27:51 +00:00
- [#352](https://github.com/wasmerio/wasmer/pull/352) Bump version numbers to 0.3.0
2019-04-12 18:22:01 +00:00
- [#351](https://github.com/wasmerio/wasmer/pull/351) Add hidden option to specify wasm program name (can be used to improve error messages)
2019-04-12 18:12:46 +00:00
- [#350](https://github.com/wasmerio/wasmer/pull/350) Enforce that CHANGELOG.md is updated through CI.
2019-04-12 17:48:34 +00:00
- [#349](https://github.com/wasmerio/wasmer/pull/349) Add [CHANGELOG.md](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md).