Skip to content

Commit 8f7a993

Browse files
authored
Release v0.1.1. (#20)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 998ce82 commit 8f7a993

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## [0.1.1] - 2020-08-05
4+
5+
- Added support for building with Bazel.
6+
- Added support for setting HTTP bodies.
7+
38
## [0.1.0] - 2020-02-29
49

510
- Initial release.
611

712

13+
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.1
814
[0.1.0]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.0

Cargo.toml

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

cargo/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.

0 commit comments

Comments
 (0)