chore: release master (#515)

* chore: release master

* chore: Bump air-interpreter version to 0.37.1
This commit is contained in:
fluencebot
2023-03-15 14:29:59 +02:00
committed by GitHub
parent 8cf969762a
commit 3ac1d03868
31 changed files with 212 additions and 44 deletions

View File

@ -0,0 +1,18 @@
# Changelog
## [0.1.6](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.1.5...air-testing-framework-v0.1.6) (2023-03-15)
### Features
* **tools:** merge some tools into the `air` CLI tool ([#509](https://github.com/fluencelabs/aquavm/issues/509)) ([79ac153](https://github.com/fluencelabs/aquavm/commit/79ac153f1dcfc0a77ec511c6e25285728312ad4c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.4.5 to 0.4.6
* aquavm-air-parser bumped from 0.7.3 to 0.7.4
* dev-dependencies
* air-test-utils bumped from 0.4.5 to 0.4.6

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.1.5"
version = "0.1.6"
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.4.5", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.7.3", path = "../air-lib/air-parser" }
air-test-utils = { version = "0.4.6", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.7.4", path = "../air-lib/air-parser" }
itertools = "0.10.5"
strum = { version="0.24.1", features=["derive"] }
@ -28,4 +28,4 @@ maplit = "1.0.2"
pretty_assertions = "1.3.0"
# We do not want to depend on wasm binary path
air-test-utils = { version = "0.4.5", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
air-test-utils = { version = "0.4.6", path = "../air-lib/test-utils", features = ["test_with_native_code"] }