chore: release master (#665)

This commit is contained in:
fluencebot 2023-08-08 11:46:32 +03:00 committed by GitHub
parent 20ae5eeeb9
commit e5039086cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 67 additions and 26 deletions

View File

@ -1,22 +1,22 @@
{
"air": "0.43.0",
"air-interpreter": "0.43.0",
"air": "0.43.1",
"air-interpreter": "0.43.1",
"avm/interface": "0.28.5",
"avm/server": "0.32.2",
"avm/client": "0.43.0",
"avm/client": "0.43.1",
"crates/air-lib/air-parser": "0.8.1",
"crates/air-lib/execution-info-collector": "0.7.7",
"crates/air-lib/interpreter-cid": "0.3.0",
"crates/air-lib/interpreter-data": "0.9.0",
"crates/air-lib/test-utils": "0.8.1",
"crates/air-lib/test-utils": "0.8.2",
"crates/air-lib/trace-handler": "0.3.0",
"crates/air-lib/utils": "0.1.1",
"crates/beautifier": "0.2.1",
"crates/data-store": "0.6.3",
"crates/testing-framework": "0.4.2",
"crates/testing-framework": "0.4.3",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.2",
"tools/cli/air": "0.3.4",
"tools/cli/air": "0.3.5",
"crates/air-lib/lambda/ast": "0.1.0",
"crates/air-lib/lambda/parser": "0.1.0",
"crates/air-lib/log-targets": "0.1.0",

10
Cargo.lock generated
View File

@ -57,7 +57,7 @@ dependencies = [
[[package]]
name = "air-interpreter"
version = "0.43.0"
version = "0.43.1"
dependencies = [
"air-interpreter-interface",
"air-log-targets",
@ -148,7 +148,7 @@ version = "0.1.0"
[[package]]
name = "air-test-utils"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -171,7 +171,7 @@ dependencies = [
[[package]]
name = "air-testing-framework"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"air-test-utils",
"aquavm-air-parser",
@ -298,7 +298,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "aquavm-air"
version = "0.43.0"
version = "0.43.1"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",
@ -338,7 +338,7 @@ dependencies = [
[[package]]
name = "aquavm-air-cli"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"air-beautifier",
"air-interpreter-interface",

View File

@ -1,5 +1,19 @@
# Changelog
## [0.43.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.43.0...air-interpreter-v0.43.1) (2023-08-07)
### Miscellaneous Chores
* **air-interpreter:** Synchronize air-interpreter versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.43.0 to 0.43.1
## [0.43.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.42.0...air-interpreter-v0.43.0) (2023-08-03)

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.43.0"
version = "0.43.1"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2018"
@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs"
[dependencies]
aquavm-air = { version = "0.43.0", path = "../air" }
aquavm-air = { version = "0.43.1", path = "../air" }
air-interpreter-interface = { version = "0.14.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

View File

@ -1,5 +1,12 @@
# Changelog
## [0.43.1](https://github.com/fluencelabs/aquavm/compare/air-v0.43.0...air-v0.43.1) (2023-08-07)
### Features
* **execution-engine:** rename boxed_values into value_types ([#664](https://github.com/fluencelabs/aquavm/issues/664)) ([20ae5ee](https://github.com/fluencelabs/aquavm/commit/20ae5eeeb9577f24bf27bcb74f17b92257d0e1a8))
## [0.43.0](https://github.com/fluencelabs/aquavm/compare/air-v0.42.0...air-v0.43.0) (2023-08-03)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.43.0"
version = "0.43.1"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"]
edition = "2018"

View File

@ -1,5 +1,12 @@
# Changelog
## [0.43.1](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.43.0...avm-client-v0.43.1) (2023-08-07)
### Miscellaneous Chores
* **avm-client:** Synchronize air-interpreter versions
## [0.43.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.42.0...avm-client-v0.43.0) (2023-08-03)

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/avm",
"version": "0.43.0",
"version": "0.43.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/avm",
"version": "0.43.0",
"version": "0.43.1",
"license": "Apache 2.0",
"devDependencies": {
"typescript": "4.9.5"

View File

@ -1,7 +1,7 @@
{
"name": "@fluencelabs/avm",
"description": "Aquamarine VM",
"version": "0.43.0",
"version": "0.43.1",
"main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air",
"author": "Fluence Labs",

View File

@ -31,6 +31,10 @@
* dependencies
* avm-server bumped from 0.32.1 to 0.32.2
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.43.0 to 0.43.1
## [0.8.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.7.1...air-test-utils-v0.8.0) (2023-08-03)

View File

@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.8.1"
version = "0.8.2"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2018"
@ -15,7 +15,7 @@ name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
aquavm-air = { version = "0.43.0", path = "../../../air" }
aquavm-air = { version = "0.43.1", path = "../../../air" }
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.9.0", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.14.0", path = "../interpreter-interface" }

View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "air-interpreter-wasm"
version = "0.43.0"
version = "0.43.1"
dependencies = [
"built",
]

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter-wasm"
version = "0.43.0"
version = "0.43.1"
description = "Distribution of AIR interpreter as .wasm"
authors = ["Fluence Labs"]
license = "Apache-2.0"

View File

@ -22,6 +22,10 @@
* dependencies
* air-test-utils bumped from 0.8.0 to 0.8.1
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.8.1 to 0.8.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)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.4.2"
version = "0.4.3"
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.8.1", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.8.2", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"

View File

@ -49,6 +49,11 @@
* dependencies
* air-test-utils bumped from 0.8.0 to 0.8.1
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.43.0 to 0.43.1
* air-test-utils bumped from 0.8.1 to 0.8.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)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
description = "AIR execution and printing tool"
authors = ["Fluence Labs"]
@ -10,12 +10,12 @@ documentation = "https://docs.rs/aquavm-air-cli"
keywords = ["fluence", "air", "tracing"]
[dependencies]
aquavm-air = { version = "0.43.0", path = "../../../air" }
aquavm-air = { version = "0.43.1", path = "../../../air" }
air-beautifier = { version = "0.2.1", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.6.3", path = "../../../crates/data-store" }
avm-interface = { version = "0.28.5", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.14.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.8.1",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.8.2",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.70"
clap = { version = "4.2.7", features = ["derive", "env"] }