chore: release master (#614)

* chore: release master

* chore: Bump air-interpreter version to 0.41.0
This commit is contained in:
fluencebot
2023-06-23 18:38:43 +03:00
committed by GitHub
parent 5e36c223a4
commit e4665a55fa
19 changed files with 113 additions and 29 deletions

View File

@ -13,6 +13,24 @@
* dev-dependencies
* air-test-utils bumped from 0.5.0 to 0.6.0
## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.2.1...air-testing-framework-v0.3.0) (2023-06-23)
### ⚠ BREAKING CHANGES
* **testing-framework:** restore WASM test executor ([#609](https://github.com/fluencelabs/aquavm/issues/609))
### Miscellaneous Chores
* **testing-framework:** restore WASM test executor ([#609](https://github.com/fluencelabs/aquavm/issues/609)) ([c332cca](https://github.com/fluencelabs/aquavm/commit/c332cca6b75e804412e1f1cc51bdfe0580ea5fdd))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.6.0 to 0.7.0
## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.1.7...air-testing-framework-v0.2.0) (2023-03-21)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.2.1"
version = "0.3.0"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.6.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.7.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.7.5", path = "../air-lib/air-parser" }
itertools = "0.10.5"