chore: release master (#715)

This commit is contained in:
fluencebot 2023-10-13 21:19:14 +03:00 committed by GitHub
parent ea80f117a0
commit b6c4eaaddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 74 additions and 29 deletions

View File

@ -1,22 +1,22 @@
{
"air": "0.49.0",
"air-interpreter": "0.49.0",
"air": "0.50.0",
"air-interpreter": "0.50.0",
"avm/interface": "0.29.1",
"avm/server": "0.33.1",
"avm/client": "0.49.0",
"avm/client": "0.50.0",
"crates/air-lib/air-parser": "0.10.0",
"crates/air-lib/execution-info-collector": "0.7.10",
"crates/air-lib/interpreter-cid": "0.3.0",
"crates/air-lib/interpreter-data": "0.11.3",
"crates/air-lib/test-utils": "0.10.5",
"crates/air-lib/test-utils": "0.10.6",
"crates/air-lib/trace-handler": "0.5.3",
"crates/air-lib/utils": "0.1.1",
"crates/beautifier": "0.3.1",
"crates/data-store": "0.7.1",
"crates/testing-framework": "0.6.0",
"crates/testing-framework": "0.6.1",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.5",
"tools/cli/air": "0.4.6",
"tools/cli/air": "0.4.7",
"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

@ -78,7 +78,7 @@ dependencies = [
[[package]]
name = "air-interpreter"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"air-interpreter-interface",
"air-log-targets",
@ -169,7 +169,7 @@ version = "0.1.0"
[[package]]
name = "air-test-utils"
version = "0.10.5"
version = "0.10.6"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -192,7 +192,7 @@ dependencies = [
[[package]]
name = "air-testing-framework"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"air-test-utils",
"aquavm-air-parser",
@ -318,7 +318,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "aquavm-air"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",
@ -358,7 +358,7 @@ dependencies = [
[[package]]
name = "aquavm-air-cli"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"air-beautifier",
"air-interpreter-interface",

View File

@ -1,5 +1,19 @@
# Changelog
## [0.50.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.49.0...air-interpreter-v0.50.0) (2023-10-13)
### Miscellaneous Chores
* **air-interpreter:** Synchronize air-interpreter versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.49.0 to 0.50.0
## [0.49.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.48.0...air-interpreter-v0.49.0) (2023-10-13)

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.49.0"
version = "0.50.0"
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.49.0", path = "../air" }
aquavm-air = { version = "0.50.0", path = "../air" }
air-interpreter-interface = { version = "0.15.1", 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.50.0](https://github.com/fluencelabs/aquavm/compare/air-v0.49.0...air-v0.50.0) (2023-10-13)
### ⚠ BREAKING CHANGES
* **execution-engine:** map with a lens now returns an appropriate tetraplet [fixes VM-331] ([#706](https://github.com/fluencelabs/aquavm/issues/706))
### Bug Fixes
* **execution-engine:** map with a lens now returns an appropriate tetraplet [fixes VM-331] ([#706](https://github.com/fluencelabs/aquavm/issues/706)) ([ea80f11](https://github.com/fluencelabs/aquavm/commit/ea80f117a0aaba600a1c278c10cc658d392cc7c5))
## [0.49.0](https://github.com/fluencelabs/aquavm/compare/air-v0.48.0...air-v0.49.0) (2023-10-13)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.49.0"
version = "0.50.0"
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.50.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.49.0...avm-client-v0.50.0) (2023-10-13)
### Miscellaneous Chores
* **avm-client:** Synchronize air-interpreter versions
## [0.49.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.48.0...avm-client-v0.49.0) (2023-10-13)

View File

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

View File

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

View File

@ -53,6 +53,10 @@
* dependencies
* aquavm-air bumped from 0.48.0 to 0.49.0
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.49.0 to 0.50.0
## [0.10.4](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.10.3...air-test-utils-v0.10.4) (2023-09-21)

View File

@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.10.5"
version = "0.10.6"
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.49.0", path = "../../../air" }
aquavm-air = { version = "0.50.0", path = "../../../air" }
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.11.3", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.15.1", path = "../interpreter-interface" }

View File

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

View File

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

View File

@ -44,6 +44,10 @@
* air-test-utils bumped from 0.10.3 to 0.10.4
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.10.5 to 0.10.6
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.5...air-testing-framework-v0.6.0) (2023-10-13)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.6.0"
version = "0.6.1"
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.10.5", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.10.6", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"

View File

@ -85,6 +85,11 @@
* aquavm-air bumped from 0.48.0 to 0.49.0
* air-test-utils bumped from 0.10.4 to 0.10.5
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.49.0 to 0.50.0
* air-test-utils bumped from 0.10.5 to 0.10.6
## [0.4.1](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.4.0...aquavm-air-cli-v0.4.1) (2023-08-31)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.4.6"
version = "0.4.7"
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.49.0", path = "../../../air" }
aquavm-air = { version = "0.50.0", path = "../../../air" }
air-beautifier = { version = "0.3.1", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.7.1", path = "../../../crates/data-store" }
avm-interface = { version = "0.29.1", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.15.1", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.10.5",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.10.6",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.75"
clap = { version = "4.4.5", features = ["derive", "env"] }

View File

@ -112,7 +112,7 @@ version = "0.1.0"
[[package]]
name = "air-near-contract"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"air-interpreter-interface",
"aquavm-air",
@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "aquavm-air"
version = "0.49.0"
version = "0.50.0"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",

View File

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