chore: release master (#707)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.49.0
This commit is contained in:
fluencebot
2023-10-13 20:42:40 +03:00
committed by GitHub
parent 98870c2ff9
commit 40cad86b49
19 changed files with 95 additions and 29 deletions

View File

@ -44,6 +44,24 @@
* air-test-utils bumped from 0.10.3 to 0.10.4
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.5...air-testing-framework-v0.6.0) (2023-10-13)
### ⚠ BREAKING CHANGES
* **execution-engine:** fail :error: now bubbles the original error up [fixes VM-342] ([#714](https://github.com/fluencelabs/aquavm/issues/714))
### Features
* **execution-engine:** fail :error: now bubbles the original error up [fixes VM-342] ([#714](https://github.com/fluencelabs/aquavm/issues/714)) ([98870c2](https://github.com/fluencelabs/aquavm/commit/98870c2ff9215914270186db8b8e2015bd54a9d5))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.10.4 to 0.10.5
## [0.5.2](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.1...air-testing-framework-v0.5.2) (2023-09-04)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.5.5"
version = "0.6.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.10.4", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.10.5", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"