File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " proxy-wasm"
3- version = " 0.1.4 "
3+ version = " 0.2.0 "
44authors = [
" Piotr Sikora <[email protected] >" ]
55description = " WebAssembly for Proxies"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
109109
110110[[package]]
111111name = "proxy-wasm"
112- version = "0.1.4 "
112+ version = "0.2.0 "
113113dependencies = [
114114 "cfg-if 1.0.0",
115115 "chrono",
You can’t perform that action at this time.
0 commit comments