From 9ae79f44ff62d45342b8c43188724754f44cb6a4 Mon Sep 17 00:00:00 2001 From: Mike Voronov Date: Sat, 26 Feb 2022 00:54:11 +0300 Subject: [PATCH] bump version to 0.21 (#226) --- CHANGELOG.md | 11 +++++++++++ air-interpreter/Cargo.toml | 2 +- air/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768dba44..a05898a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Version 0.21.0 (2021-02-26) + +[PR 225](https://github.com/fluencelabs/aquavm/pull/225): +Introduce recursive streams + +[PR 224](https://github.com/fluencelabs/aquavm/pull/224) [PR 220](https://github.com/fluencelabs/aquavm/pull/224) [PR 217](https://github.com/fluencelabs/aquavm/pull/217) [PR 215](https://github.com/fluencelabs/aquavm/pull/215) [PR 212](https://github.com/fluencelabs/aquavm/pull/212) [PR 207](https://github.com/fluencelabs/aquavm/pull/207): +Various bugs fixed + +[PR 210](https://github.com/fluencelabs/aquavm/pull/210): +Add API for returning AquaVM consumed memory size + ## Version 0.20.0 (2021-12-29) [PR 205](https://github.com/fluencelabs/aquavm/pull/205): diff --git a/air-interpreter/Cargo.toml b/air-interpreter/Cargo.toml index 2849bbb3..0f4c56f1 100644 --- a/air-interpreter/Cargo.toml +++ b/air-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-interpreter" -version = "0.20.0" +version = "0.21.0" description = "Crate-wrapper for air" authors = ["Fluence Labs"] edition = "2018" diff --git a/air/Cargo.toml b/air/Cargo.toml index 2a9f2e1a..fc96c3ea 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air" -version = "0.20.0" +version = "0.21.0" description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network" authors = ["Fluence Labs"] edition = "2018"