Skip to content

Commit cbfc7f2

Browse files
authored
Release v0.1.4. (#115)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 4f79a79 commit cbfc7f2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.1.4] - 2021-07-01
8+
9+
### Added
10+
11+
- Added support for gRPC callouts.
12+
Thanks [@Shikugawa](https://github.com/Shikugawa)!
13+
714
## [0.1.3] - 2020-12-04
815

916
### Fixed
@@ -46,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4653
- Initial release.
4754

4855

56+
[0.1.4]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
4957
[0.1.3]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
5058
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2
5159
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.0...v0.1.1

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.3"
3+
version = "0.1.4"
44
authors = ["Piotr Sikora <[email protected]>"]
55
description = "WebAssembly for Proxies"
66
readme = "README.md"

bazel/cargo/Cargo.raze.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
110110

111111
[[package]]
112112
name = "proxy-wasm"
113-
version = "0.1.3"
113+
version = "0.1.4"
114114
dependencies = [
115115
"cfg-if 1.0.0",
116116
"chrono",

0 commit comments

Comments
 (0)