chore: release master (#823)

This commit is contained in:
fluencebot 2024-02-23 00:18:15 +02:00 committed by GitHub
parent bab0c002f5
commit a600c1735c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 74 additions and 29 deletions

View File

@ -1,22 +1,22 @@
{
"air": "0.61.0",
"air-interpreter": "0.61.0",
"air": "0.62.0",
"air-interpreter": "0.62.0",
"avm/interface": "0.32.1",
"avm/server": "0.37.0",
"avm/client": "0.61.0",
"avm/client": "0.62.0",
"crates/air-lib/air-parser": "0.12.0",
"crates/air-lib/execution-info-collector": "0.7.14",
"crates/air-lib/interpreter-cid": "0.9.0",
"crates/air-lib/interpreter-data": "0.17.2",
"crates/air-lib/test-utils": "0.17.0",
"crates/air-lib/test-utils": "0.17.1",
"crates/air-lib/trace-handler": "0.5.12",
"crates/air-lib/utils": "0.3.0",
"crates/beautifier": "0.4.3",
"crates/data-store": "0.7.9",
"crates/testing-framework": "0.10.0",
"crates/testing-framework": "0.10.1",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.9",
"tools/cli/air": "0.7.1",
"tools/cli/air": "0.7.2",
"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

@ -137,7 +137,7 @@ dependencies = [
[[package]]
name = "air-interpreter"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"air-interpreter-interface",
"air-log-targets",
@ -271,7 +271,7 @@ version = "0.1.0"
[[package]]
name = "air-test-utils"
version = "0.17.0"
version = "0.17.1"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -297,7 +297,7 @@ dependencies = [
[[package]]
name = "air-testing-framework"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"air-interpreter-signatures",
"air-test-utils",
@ -426,7 +426,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "aquavm-air"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",
@ -472,7 +472,7 @@ dependencies = [
[[package]]
name = "aquavm-air-cli"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"air-beautifier",
"air-interpreter-data",

View File

@ -1,5 +1,19 @@
# Changelog
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.61.0...air-interpreter-v0.62.0) (2024-02-22)
### Miscellaneous Chores
* **air-interpreter:** Synchronize air-interpreter versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.61.0 to 0.62.0
## [0.61.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.60.0...air-interpreter-v0.61.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.61.0"
version = "0.62.0"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2021"
@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs"
[dependencies]
aquavm-air = { version = "0.61.0", path = "../air" }
aquavm-air = { version = "0.62.0", path = "../air" }
air-interpreter-interface = { version = "0.19.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,16 @@
# Changelog
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/air-v0.61.0...air-v0.62.0) (2024-02-22)
### ⚠ BREAKING CHANGES
* Rust channel update dedicated to ENIAC Day
### Features
* Rust channel update dedicated to ENIAC Day ([bab0c00](https://github.com/fluencelabs/aquavm/commit/bab0c002f5200099ab07a8fccf12f8ca7a260b87))
## [0.61.0](https://github.com/fluencelabs/aquavm/compare/air-v0.60.0...air-v0.61.0) (2024-02-22)

View File

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

View File

@ -1,5 +1,12 @@
# Changelog
## [0.62.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.61.0...avm-client-v0.62.0) (2024-02-22)
### Miscellaneous Chores
* **avm-client:** Synchronize air-interpreter versions
## [0.61.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.60.0...avm-client-v0.61.0) (2024-02-22)

View File

@ -1,12 +1,12 @@
{
"name": "@fluencelabs/avm",
"version": "0.61.0",
"version": "0.62.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluencelabs/avm",
"version": "0.61.0",
"version": "0.62.0",
"license": "Apache 2.0",
"dependencies": {
"msgpack-lite": "^0.1.26",

View File

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

View File

@ -71,6 +71,10 @@
* avm-interface bumped from 0.30.0 to 0.31.0
* avm-server bumped from 0.34.0 to 0.34.1
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.61.0 to 0.62.0
## [0.17.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.16.0...air-test-utils-v0.17.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.17.0"
version = "0.17.1"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2021"
@ -15,7 +15,7 @@ name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
aquavm-air = { version = "0.61.0", path = "../../../air" }
aquavm-air = { version = "0.62.0", path = "../../../air" }
air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.17.2", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.19.0", path = "../interpreter-interface" }

View File

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

View File

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

View File

@ -75,6 +75,10 @@
* dependencies
* air-test-utils bumped from 0.15.0 to 0.15.1
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.17.0 to 0.17.1
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.9.0...air-testing-framework-v0.10.0) (2024-02-22)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.10.0"
version = "0.10.1"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2021"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.17.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.17.1", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.12.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"

View File

@ -138,6 +138,11 @@
* avm-server bumped from 0.36.0 to 0.37.0
* air-test-utils bumped from 0.16.0 to 0.17.0
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.61.0 to 0.62.0
* air-test-utils bumped from 0.17.0 to 0.17.1
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.6.3...aquavm-air-cli-v0.7.0) (2024-02-20)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
description = "AIR execution and printing tool"
authors = ["Fluence Labs"]
@ -10,7 +10,7 @@ documentation = "https://docs.rs/aquavm-air-cli"
keywords = ["fluence", "air", "tracing"]
[dependencies]
aquavm-air = { version = "0.61.0", path = "../../../air" }
aquavm-air = { version = "0.62.0", path = "../../../air" }
air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.7.9", path = "../../../crates/data-store" }
avm-interface = { version = "0.32.1", path = "../../../avm/interface" }
@ -18,7 +18,7 @@ air-interpreter-interface = { version = "0.19.0", path = "../../../crates/air-li
air-interpreter-data = { version = "0.17.2", path = "../../../crates/air-lib/interpreter-data" }
air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false }
avm-server = { version = "0.37.0", path = "../../../avm/server" }
air-test-utils = { version = "0.17.0",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.17.1",path = "../../../crates/air-lib/test-utils", optional = true }
clap = { version = "4.4.7", features = ["derive", "env"] }
eyre = "0.6.11"

View File

@ -164,7 +164,7 @@ version = "0.1.0"
[[package]]
name = "air-near-contract"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"air-interpreter-interface",
"aquavm-air",
@ -212,7 +212,7 @@ dependencies = [
[[package]]
name = "aquavm-air"
version = "0.61.0"
version = "0.62.0"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",

View File

@ -1,6 +1,6 @@
[package]
name = "air-near-contract"
version = "0.61.0"
version = "0.62.0"
description = "AIR interpreter as a NEAR contract"
authors = ["Fluence labs"]
edition = "2021"