File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11[package ]
22name = " proxy-wasm"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44authors = [
" Piotr Sikora <[email protected] >" ]
55description = " WebAssembly for Proxies"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
110110
111111[[package]]
112112name = "proxy-wasm"
113- version = "0.1.3 "
113+ version = "0.1.4 "
114114dependencies = [
115115 "cfg-if 1.0.0",
116116 "chrono",
You can’t perform that action at this time.
0 commit comments