File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,16 @@ 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
- ## [ Unreleased]
7
+ ## [ 0.2.1] - 2022-11-22
8
+
9
+ ### Fixed
10
+
11
+ - Fixed panic on unknown ` token_id ` in ` on_grpc_close ` .
12
+ Thanks [ @Protryon ] ( https://github.com/Protryon ) !
13
+
14
+ ### Changed
15
+
16
+ - Changed MSRV to v1.61.0.
8
17
9
18
### Removed
10
19
@@ -77,7 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
86
- Initial release.
78
87
79
88
80
- [ Unreleased ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.2.0...HEAD
89
+ [ 0.2.1 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.2.0...v0.2.1
81
90
[ 0.2.0 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...v0.2.0
82
91
[ 0.1.4 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
83
92
[ 0.1.3 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proxy-wasm"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [
" Piotr Sikora <[email protected] >" ]
5
5
rust-version = " 1.61"
6
6
description = " WebAssembly for Proxies"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
43
43
44
44
[[package]]
45
45
name = "proxy-wasm"
46
- version = "0.2.0 "
46
+ version = "0.2.1 "
47
47
dependencies = [
48
48
"hashbrown",
49
49
"log",
You can’t perform that action at this time.
0 commit comments