Skip to content

Commit

Permalink
Release v0.1.4. (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Jul 1, 2021
1 parent 4f79a79 commit cbfc7f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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

## [0.1.4] - 2021-07-01

### Added

- Added support for gRPC callouts.
Thanks [@Shikugawa](https://github.com/Shikugawa)!

## [0.1.3] - 2020-12-04

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


[0.1.4]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proxy-wasm"
version = "0.1.3"
version = "0.1.4"
authors = ["Piotr Sikora <[email protected]>"]
description = "WebAssembly for Proxies"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/Cargo.raze.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"

[[package]]
name = "proxy-wasm"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"cfg-if 1.0.0",
"chrono",
Expand Down

0 comments on commit cbfc7f2

Please sign in to comment.