Skip to content

Commit fb7c953

Browse files
authored
Release v0.2.0. (#147)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent bac73c0 commit fb7c953

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.0] - 2022-04-08
88

99
### Fixed
1010

@@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1616

1717
- Updated ABI to Proxy-Wasm ABI v0.2.1.
1818

19+
### Added
20+
21+
- Added support for calling foreign functions.
22+
Thanks [@Gsantomaggio](https://github.com/Gsantomaggio)!
23+
1924
## [0.1.4] - 2021-07-01
2025

2126
### Added
@@ -65,7 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6570
- Initial release.
6671

6772

68-
[Unreleased]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...HEAD
73+
[0.2.0]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...v0.2.0
6974
[0.1.4]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
7075
[0.1.3]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
7176
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2

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.1.4"
3+
version = "0.2.0"
44
authors = ["Piotr Sikora <piotrsikora@google.com>"]
55
description = "WebAssembly for Proxies"
66
readme = "README.md"

bazel/cargo/Cargo.raze.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
109109

110110
[[package]]
111111
name = "proxy-wasm"
112-
version = "0.1.4"
112+
version = "0.2.0"
113113
dependencies = [
114114
"cfg-if 1.0.0",
115115
"chrono",

0 commit comments

Comments
 (0)