File tree 3 files changed +9
-4
lines changed
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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.2.0 ] - 2022-04-08
8
8
9
9
### Fixed
10
10
@@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
16
16
17
17
- Updated ABI to Proxy-Wasm ABI v0.2.1.
18
18
19
+ ### Added
20
+
21
+ - Added support for calling foreign functions.
22
+ Thanks [ @Gsantomaggio ] ( https://github.com/Gsantomaggio ) !
23
+
19
24
## [ 0.1.4] - 2021-07-01
20
25
21
26
### Added
@@ -65,7 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
65
70
- Initial release.
66
71
67
72
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
69
74
[ 0.1.4 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.3...v0.1.4
70
75
[ 0.1.3 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
71
76
[ 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 1
1
[package ]
2
2
name = " proxy-wasm"
3
- version = " 0.1.4 "
3
+ version = " 0.2.0 "
4
4
authors = [" Piotr Sikora <piotrsikora@google.com>" ]
5
5
description = " WebAssembly for Proxies"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
109
109
110
110
[[package]]
111
111
name = "proxy-wasm"
112
- version = "0.1.4 "
112
+ version = "0.2.0 "
113
113
dependencies = [
114
114
"cfg-if 1.0.0",
115
115
"chrono",
You can’t perform that action at this time.
0 commit comments