Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jul 20, 2023
1 parent 6fd0385 commit 83afe78
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"crates/air-lib/execution-info-collector": "0.7.6",
"crates/air-lib/interpreter-cid": "0.3.0",
"crates/air-lib/interpreter-data": "0.8.1",
"crates/air-lib/test-utils": "0.7.1",
"crates/air-lib/test-utils": "0.7.2",
"crates/air-lib/trace-handler": "0.2.2",
"crates/air-lib/utils": "0.1.1",
"crates/beautifier": "0.2.0",
"crates/data-store": "0.6.2",
"crates/testing-framework": "0.4.0",
"crates/testing-framework": "0.4.1",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.1",
"tools/cli/air": "0.3.2",
"tools/cli/air": "0.3.3",
"crates/air-lib/lambda/ast": "0.1.0",
"crates/air-lib/lambda/parser": "0.1.0",
"crates/air-lib/log-targets": "0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/air-lib/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
* aquavm-air bumped from 0.41.0 to 0.42.0
* air-interpreter-data bumped from 0.8.0 to 0.8.1

## [0.7.2](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.7.1...air-test-utils-v0.7.2) (2023-07-20)


### Features

* **air-test-utils:** `print_trace` prints values ([#633](https://github.com/fluencelabs/aquavm/issues/633)) ([c530c93](https://github.com/fluencelabs/aquavm/commit/c530c93fcbffe187797d48d65bf8478dcafa8de5))

## [0.7.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.6.0...air-test-utils-v0.7.0) (2023-06-23)


Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.7.1"
version = "0.7.2"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2018"
Expand Down
4 changes: 4 additions & 0 deletions crates/testing-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* dev-dependencies
* air-test-utils bumped from 0.5.0 to 0.6.0

* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.7.1 to 0.7.2

## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.3.0...air-testing-framework-v0.4.0) (2023-07-16)


Expand Down
4 changes: 2 additions & 2 deletions crates/testing-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.4.0"
version = "0.4.1"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
Expand All @@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"

[dependencies]
air-test-utils = { version = "0.7.1", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.7.2", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.0", path = "../air-lib/air-parser" }

itertools = "0.10.5"
Expand Down
4 changes: 4 additions & 0 deletions tools/cli/air/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
* air-beautifier bumped from 0.1.4 to 0.2.0
* air-test-utils bumped from 0.7.0 to 0.7.1

* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.7.1 to 0.7.2

## [0.3.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.2.9...aquavm-air-cli-v0.3.0) (2023-06-22)


Expand Down
4 changes: 2 additions & 2 deletions tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "AIR execution and printing tool"
authors = ["Fluence Labs"]
Expand All @@ -15,7 +15,7 @@ air-beautifier = { version = "0.2.0", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.6.2", path = "../../../crates/data-store" }
avm-interface = { version = "0.28.4", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.14.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.7.1",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.7.2",path = "../../../crates/air-lib/test-utils", optional = true }

anyhow = "1.0.70"
clap = { version = "4.2.7", features = ["derive", "env"] }
Expand Down

0 comments on commit 83afe78

Please sign in to comment.