Skip to content

Commit aa67a50

Browse files
authored
Release v0.1.2. (#21)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent efe3483 commit aa67a50

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2] - 2020-08-05
4+
5+
- Updated MapType values to match updated Proxy-Wasm ABI v0.1.0.
6+
37
## [0.1.1] - 2020-08-05
48

59
- Added support for building with Bazel.
@@ -10,5 +14,6 @@
1014
- Initial release.
1115

1216

17+
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.2
1318
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.1
1419
[0.1.0]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-wasm"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Piotr Sikora <[email protected]>"]
55
description = "WebAssembly for Proxies"
66
readme = "README.md"

cargo/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)