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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
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
+
7
14
## [ 0.1.3] - 2020-12-04
8
15
9
16
### Fixed
@@ -46,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
46
53
- Initial release.
47
54
48
55
56
+ [ 0.1.4 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
49
57
[ 0.1.3 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
50
58
[ 0.1.2 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2
51
59
[ 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 1
1
[package ]
2
2
name = " proxy-wasm"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
authors = [
" Piotr Sikora <[email protected] >" ]
5
5
description = " WebAssembly for Proxies"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
110
110
111
111
[[package]]
112
112
name = "proxy-wasm"
113
- version = "0.1.3 "
113
+ version = "0.1.4 "
114
114
dependencies = [
115
115
"cfg-if 1.0.0",
116
116
"chrono",
You can’t perform that action at this time.
0 commit comments