Skip to content

Commit

Permalink
Release v0.2.0. (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Apr 8, 2022
1 parent bac73c0 commit fb7c953
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.2.0] - 2022-04-08

### Fixed

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

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

### Added

- Added support for calling foreign functions.
Thanks [@Gsantomaggio](https://github.com/Gsantomaggio)!

## [0.1.4] - 2021-07-01

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


[Unreleased]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...HEAD
[0.2.0]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proxy-wasm"
version = "0.1.4"
version = "0.2.0"
authors = ["Piotr Sikora <[email protected]>"]
description = "WebAssembly for Proxies"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/Cargo.raze.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"

[[package]]
name = "proxy-wasm"
version = "0.1.4"
version = "0.2.0"
dependencies = [
"cfg-if 1.0.0",
"chrono",
Expand Down

0 comments on commit fb7c953

Please sign in to comment.