Skip to content

Commit 96f791a

Browse files
authored
Release v0.2.1. (#178)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 8d1f04a commit 96f791a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-wasm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Piotr Sikora <[email protected]>"]
55
rust-version = "1.61"
66
description = "WebAssembly for Proxies"

bazel/cargo/Cargo.raze.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
4343

4444
[[package]]
4545
name = "proxy-wasm"
46-
version = "0.2.0"
46+
version = "0.2.1"
4747
dependencies = [
4848
"hashbrown",
4949
"log",

0 commit comments

Comments
 (0)