File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 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.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
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.
817
918### Removed
1019
@@ -77,7 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7786- Initial release.
7887
7988
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
8190[ 0.2.0 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...v0.2.0
8291[ 0.1.4 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
8392[ 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 11[package ]
22name = " proxy-wasm"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Piotr Sikora <piotrsikora@google.com>" ]
55rust-version = " 1.61"
66description = " WebAssembly for Proxies"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
4343
4444[[package]]
4545name = "proxy-wasm"
46- version = "0.2.0 "
46+ version = "0.2.1 "
4747dependencies = [
4848 "hashbrown",
4949 "log",
You can’t perform that action at this time.
0 commit comments