chore: release master (#690)

This commit is contained in:
fluencebot
2023-09-05 01:28:26 +03:00
committed by GitHub
parent 20afb79e3f
commit 3dd239dc10
27 changed files with 147 additions and 55 deletions

View File

@ -30,6 +30,21 @@
* dependencies
* air-test-utils bumped from 0.9.0 to 0.10.0
## [0.5.2](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.1...air-testing-framework-v0.5.2) (2023-09-04)
### Features
* **execution-engine:** a new :error: runtime attribute according with FLIP-11 [fixes VM-329] ([#683](https://github.com/fluencelabs/aquavm/issues/683)) ([20afb79](https://github.com/fluencelabs/aquavm/commit/20afb79e3f345b83c367357171f1802ed2db0a66))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.10.0 to 0.10.1
* aquavm-air-parser bumped from 0.8.1 to 0.8.2
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.4.3...air-testing-framework-v0.5.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.5.1"
version = "0.5.2"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,8 +14,8 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.10.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" }
air-test-utils = { version = "0.10.1", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.2", path = "../air-lib/air-parser" }
itertools = "0.10.5"
strum = { version="0.24.1", features=["derive"] }