chore: Revert "chore: release master (#520)" (#523)

Revert "chore: release master (#520)"

This reverts commit 7aa5d4bef5.
This commit is contained in:
Anatolios Laskaris 2023-03-15 17:21:47 +02:00 committed by GitHub
parent 459d2cf13a
commit a22e2dd3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
35 changed files with 76 additions and 248 deletions

View File

@ -1,24 +1,23 @@
{
"air": "0.38.0",
"air-interpreter": "0.38.0",
"avm/interface": "0.28.3",
"avm/server": "0.31.0",
"avm/client": "0.38.0",
"air": "0.37.1",
"air-interpreter": "0.37.1",
"avm/interface": "0.28.2",
"avm/server": "0.30.1",
"avm/client": "0.37.1",
"crates/air-lib/air-parser": "0.7.4",
"crates/air-lib/execution-info-collector": "0.7.4",
"crates/air-lib/execution-info-collector": "0.7.3",
"crates/air-lib/interpreter-cid": "0.2.0",
"crates/air-lib/interpreter-data": "0.6.4",
"crates/air-lib/test-utils": "0.4.7",
"crates/air-lib/trace-handler": "0.1.3",
"crates/air-lib/interpreter-data": "0.6.3",
"crates/air-lib/test-utils": "0.4.6",
"crates/air-lib/trace-handler": "0.1.2",
"crates/air-lib/utils": "0.1.0",
"crates/beautifier": "0.1.3",
"crates/data-store": "0.6.1",
"crates/testing-framework": "0.1.7",
"crates/beautifier": "0.1.2",
"crates/data-store": "0.6.0",
"crates/testing-framework": "0.1.6",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.2.0",
"tools/cli/air": "0.2.8",
"tools/wasm/air-beautify-wasm": "0.1.2",
"tools/cli/air": "0.2.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",
"crates/air-lib/interpreter-interface": "0.1.0"
"crates/air-lib/log-targets": "0.1.0"
}

28
Cargo.lock generated
View File

@ -33,7 +33,7 @@ dependencies = [
[[package]]
name = "air-beautifier"
version = "0.1.3"
version = "0.1.2"
dependencies = [
"aquavm-air-parser",
"itertools",
@ -42,7 +42,7 @@ dependencies = [
[[package]]
name = "air-beautify-wasm"
version = "0.2.0"
version = "0.1.2"
dependencies = [
"air-beautifier",
"wasm-bindgen",
@ -50,14 +50,14 @@ dependencies = [
[[package]]
name = "air-execution-info-collector"
version = "0.7.4"
version = "0.7.3"
dependencies = [
"aquavm-air-parser",
]
[[package]]
name = "air-interpreter"
version = "0.38.0"
version = "0.37.1"
dependencies = [
"air-interpreter-interface",
"air-log-targets",
@ -83,7 +83,7 @@ dependencies = [
[[package]]
name = "air-interpreter-data"
version = "0.6.4"
version = "0.6.3"
dependencies = [
"air-interpreter-cid",
"air-interpreter-interface",
@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "air-interpreter-interface"
version = "0.1.0"
version = "0.12.1"
dependencies = [
"fluence-it-types",
"marine-rs-sdk",
@ -140,7 +140,7 @@ version = "0.1.0"
[[package]]
name = "air-test-utils"
version = "0.4.7"
version = "0.4.6"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "air-testing-framework"
version = "0.1.7"
version = "0.1.6"
dependencies = [
"air-test-utils",
"aquavm-air-parser",
@ -175,7 +175,7 @@ dependencies = [
[[package]]
name = "air-trace-handler"
version = "0.1.3"
version = "0.1.2"
dependencies = [
"air-interpreter-cid",
"air-interpreter-data",
@ -232,7 +232,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "aquavm-air"
version = "0.38.0"
version = "0.37.1"
dependencies = [
"air-execution-info-collector",
"air-interpreter-cid",
@ -271,7 +271,7 @@ dependencies = [
[[package]]
name = "aquavm-air-cli"
version = "0.2.8"
version = "0.2.7"
dependencies = [
"air-beautifier",
"air-interpreter-interface",
@ -354,7 +354,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avm-data-store"
version = "0.6.1"
version = "0.6.0"
dependencies = [
"avm-interface",
"serde",
@ -364,7 +364,7 @@ dependencies = [
[[package]]
name = "avm-interface"
version = "0.28.3"
version = "0.28.2"
dependencies = [
"air-interpreter-interface",
"air-utils",
@ -379,7 +379,7 @@ dependencies = [
[[package]]
name = "avm-server"
version = "0.31.0"
version = "0.30.1"
dependencies = [
"air-interpreter-interface",
"air-utils",

View File

@ -1,24 +1,5 @@
# Changelog
## [0.38.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.37.1...air-interpreter-v0.38.0) (2023-03-15)
### ⚠ BREAKING CHANGES
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461))
### Features
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461)) ([126d550](https://github.com/fluencelabs/aquavm/commit/126d5507c81a7f978ab9cf06c492b1092a336cf6))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.37.1 to 0.38.0
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
## [0.37.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.37.0...air-interpreter-v0.37.1) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.38.0"
version = "0.37.1"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2018"
@ -18,8 +18,8 @@ name = "air_interpreter_server"
path = "src/marine.rs"
[dependencies]
aquavm-air = { version = "0.38.0", path = "../air" }
air-interpreter-interface = { version = "0.1.0", path = "../crates/air-lib/interpreter-interface" }
aquavm-air = { version = "0.37.1", path = "../air" }
air-interpreter-interface = { version = "0.12.1", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }
marine-rs-sdk = { version = "0.7.1", features = ["logger"] }

View File

@ -1,26 +1,5 @@
# Changelog
## [0.38.0](https://github.com/fluencelabs/aquavm/compare/air-v0.37.1...air-v0.38.0) (2023-03-15)
### ⚠ BREAKING CHANGES
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461))
### Features
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461)) ([126d550](https://github.com/fluencelabs/aquavm/commit/126d5507c81a7f978ab9cf06c492b1092a336cf6))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-execution-info-collector bumped from 0.7.3 to 0.7.4
* air-interpreter-data bumped from 0.6.3 to 0.6.4
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
* air-trace-handler bumped from 0.1.2 to 0.1.3
## [0.37.1](https://github.com/fluencelabs/aquavm/compare/air-v0.37.0...air-v0.37.1) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.38.0"
version = "0.37.1"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"]
edition = "2018"
@ -17,14 +17,14 @@ doctest = false
[dependencies]
aquavm-air-parser = { version = "0.7.4", path = "../crates/air-lib/air-parser" }
air-execution-info-collector = { version = "0.7.4", path = "../crates/air-lib/execution-info-collector" }
air-execution-info-collector = { version = "0.7.3", path = "../crates/air-lib/execution-info-collector" }
air-interpreter-cid = { version = "0.2.0", path = "../crates/air-lib/interpreter-cid" }
air-interpreter-data = { version = "0.6.4", path = "../crates/air-lib/interpreter-data" }
air-interpreter-interface = { version = "0.1.0", path = "../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-data = { version = "0.6.3", path = "../crates/air-lib/interpreter-data" }
air-interpreter-interface = { version = "0.12.1", path = "../crates/air-lib/interpreter-interface", default-features = false }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }
air-lambda-ast = { version = "0.1.0", path = "../crates/air-lib/lambda/ast" }
air-lambda-parser = { version = "0.1.0", path = "../crates/air-lib/lambda/parser" }
air-trace-handler = { version = "0.1.3", path = "../crates/air-lib/trace-handler" }
air-trace-handler = { version = "0.1.2", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.1.0", path = "../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../crates/air-lib/polyplets" }

View File

@ -1,12 +1,5 @@
# Changelog
## [0.38.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.37.1...avm-client-v0.38.0) (2023-03-15)
### Miscellaneous Chores
* **avm-client:** Synchronize air-interpreter versions
## [0.37.1](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.37.0...avm-client-v0.37.1) (2023-03-15)

View File

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

View File

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

View File

@ -4,10 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* The following workspace dependencies were updated
* dependencies
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
## [0.28.2](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.28.1...avm-interface-v0.28.2) (2023-02-21)

View File

@ -1,7 +1,7 @@
[package]
name = "avm-interface"
description = "Fluence AIR VM interfacing"
version = "0.28.3"
version = "0.28.2"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
@ -15,7 +15,7 @@ name = "avm_interface"
path = "src/lib.rs"
[dependencies]
air-interpreter-interface = { version = "0.1.0", path = "../../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-interface = { version = "0.12.1", path = "../../crates/air-lib/interpreter-interface", default-features = false }
air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }

View File

@ -4,26 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.31.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.30.1...avm-server-v0.31.0) (2023-03-15)
### ⚠ BREAKING CHANGES
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461))
### Features
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461)) ([126d550](https://github.com/fluencelabs/aquavm/commit/126d5507c81a7f978ab9cf06c492b1092a336cf6))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
* avm-data-store bumped from 0.6.0 to 0.6.1
* avm-interface bumped from 0.28.2 to 0.28.3
## [0.30.1](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.30.0...avm-server-v0.30.1) (2023-03-13)

View File

@ -1,7 +1,7 @@
[package]
name = "avm-server"
description = "Fluence AIR VM"
version = "0.31.0"
version = "0.30.1"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
@ -15,12 +15,12 @@ name = "avm_server"
path = "src/lib.rs"
[dependencies]
air-interpreter-interface = { version = "0.1.0", path = "../../crates/air-lib/interpreter-interface" }
air-interpreter-interface = { version = "0.12.1", path = "../../crates/air-lib/interpreter-interface" }
air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.6.1", path = "../../crates/data-store" }
avm-data-store = { version = "0.6.0", path = "../../crates/data-store" }
marine-runtime = "0.26.0"
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.3", path = "../../avm/interface" }
avm-interface = { version = "0.28.2", path = "../../avm/interface" }
eyre = "0.6.8"
thiserror = "1.0.39"

View File

@ -1,12 +1,5 @@
# Changelog
## [0.7.4](https://github.com/fluencelabs/aquavm/compare/air-execution-info-collector-v0.7.3...air-execution-info-collector-v0.7.4) (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))
## [0.7.3](https://github.com/fluencelabs/aquavm/compare/air-execution-info-collector-v0.7.2...air-execution-info-collector-v0.7.3) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-execution-info-collector"
version = "0.7.4"
version = "0.7.3"
description = "Implementation of AIR execution info collector"
authors = ["Fluence Labs"]
edition = "2018"

View File

@ -4,20 +4,6 @@
* dependencies
* air-parser bumped from 0.7.2 to 0.7.3
## [0.6.4](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.3...air-interpreter-data-v0.6.4) (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-interpreter-interface bumped from 0.12.1 to 0.1.0
## [0.6.3](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.2...air-interpreter-data-v0.6.3) (2023-03-15)

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-data"
description = "Data format of the AIR interpreter"
version = "0.6.4"
version = "0.6.3"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
air-utils = { version = "0.1.0", path = "../utils" }
aquavm-air-parser = { version = "0.7.4", path = "../air-parser" }
air-interpreter-interface = { version = "0.1.0", path = "../interpreter-interface" }
air-interpreter-interface = { version = "0.12.1", path = "../interpreter-interface" }
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
polyplets = { version = "0.3.2", path = "../polyplets" }

View File

@ -4,17 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.1.0 (2023-03-15)
### ⚠ BREAKING CHANGES
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461))
### Features
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461)) ([126d550](https://github.com/fluencelabs/aquavm/commit/126d5507c81a7f978ab9cf06c492b1092a336cf6))
## [Unreleased]
## [0.12.1] - 2022-12-26

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.1.0"
version = "0.12.1"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"

View File

@ -14,14 +14,6 @@
* dependencies
* avm-server bumped from 0.30.0 to 0.30.1
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.37.1 to 0.38.0
* air-interpreter-data bumped from 0.6.3 to 0.6.4
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
* avm-interface bumped from 0.28.2 to 0.28.3
* avm-server bumped from 0.30.1 to 0.31.0
## [0.4.6](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.4.5...air-test-utils-v0.4.6) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.4.7"
version = "0.4.6"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2018"
@ -15,12 +15,12 @@ name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
aquavm-air = { version = "0.38.0", path = "../../../air" }
aquavm-air = { version = "0.37.1", path = "../../../air" }
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.6.4", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.1.0", path = "../interpreter-interface" }
avm-interface = { version = "0.28.3", path = "../../../avm/interface" }
avm-server = { version = "0.31.0", path = "../../../avm/server" }
air-interpreter-data = { version = "0.6.3", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.12.1", path = "../interpreter-interface" }
avm-interface = { version = "0.28.2", path = "../../../avm/interface" }
avm-server = { version = "0.30.1", path = "../../../avm/server" }
marine-rs-sdk = "0.7.1"
fstrings = "0.2.3"

View File

@ -1,20 +1,5 @@
# Changelog
## [0.1.3](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.1.2...air-trace-handler-v0.1.3) (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-interpreter-data bumped from 0.6.3 to 0.6.4
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
## [0.1.2](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.1.1...air-trace-handler-v0.1.2) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-trace-handler"
version = "0.1.3"
version = "0.1.2"
description = "Implementation of AIR trace handler"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,8 +14,8 @@ path = "src/lib.rs"
[dependencies]
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.6.4", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.1.0", path = "../interpreter-interface" }
air-interpreter-data = { version = "0.6.3", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.12.1", path = "../interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../log-targets" }
aquavm-air-parser = { version = "0.7.4", path = "../air-parser" }
polyplets = { version = "0.3.2", path = "../polyplets" }

View File

@ -1,12 +1,5 @@
# Changelog
## [0.1.3](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.2...air-beautifier-v0.1.3) (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))
## [0.1.2](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.1...air-beautifier-v0.1.2) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-beautifier"
version = "0.1.3"
version = "0.1.2"
description = "AIR human-readable format transformer library"
authors = ["Fluence Labs"]
edition = "2018"

View File

@ -4,10 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.28.2 to 0.28.3
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.5.0...avm-data-store-v0.6.0) (2023-02-27)

View File

@ -1,6 +1,6 @@
[package]
name = "avm-data-store"
version = "0.6.1"
version = "0.6.0"
description = "Definition of the AVM DataStore trait"
authors = ["Fluence Labs"]
edition = "2018"
@ -15,7 +15,7 @@ name = "avm_data_store"
path = "src/lib.rs"
[dependencies]
avm-interface = { version = "0.28.3", path = "../../avm/interface"}
avm-interface = { version = "0.28.2", path = "../../avm/interface"}
serde = { version = "1.0.155", features = ["derive"] }
serde_bytes = "0.11.9"

View File

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

View File

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

View File

@ -1,11 +1,5 @@
# Changelog
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.4.6 to 0.4.7
* dev-dependencies
* air-test-utils bumped from 0.4.6 to 0.4.7
## [0.1.6](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.1.5...air-testing-framework-v0.1.6) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.1.7"
version = "0.1.6"
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.4.7", path = "../air-lib/test-utils" }
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"
@ -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.7", 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"] }

View File

@ -12,15 +12,6 @@
* aquavm-air bumped from 0.37.0 to 0.37.1
* air-test-utils bumped from 0.4.4 to 0.4.6
* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.37.1 to 0.38.0
* air-beautifier bumped from 0.1.2 to 0.1.3
* avm-data-store bumped from 0.6.0 to 0.6.1
* avm-interface bumped from 0.28.2 to 0.28.3
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
* air-test-utils bumped from 0.4.6 to 0.4.7
## [0.2.6](https://github.com/fluencelabs/aquavm/compare/air-trace-v0.2.5...air-trace-v0.2.6) (2023-03-13)

View File

@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.2.8"
version = "0.2.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.38.0", path = "../../../air" }
air-beautifier = { version = "0.1.3", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.6.1", path = "../../../crates/data-store" }
avm-interface = { version = "0.28.3", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.4.7",path = "../../../crates/air-lib/test-utils", optional = true }
aquavm-air = { version = "0.37.1", path = "../../../air" }
air-beautifier = { version = "0.1.2", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.6.0", path = "../../../crates/data-store" }
avm-interface = { version = "0.28.2", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.12.1", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.4.6",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.69"
clap = { version = "4.1.8", features = ["derive", "env"] }

View File

@ -1,19 +0,0 @@
# Changelog
## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.1.2...air-beautify-wasm-v0.2.0) (2023-03-15)
### ⚠ BREAKING CHANGES
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461))
### Features
* **avm:** integrate Marine 0.26.0 ([#461](https://github.com/fluencelabs/aquavm/issues/461)) ([126d550](https://github.com/fluencelabs/aquavm/commit/126d5507c81a7f978ab9cf06c492b1092a336cf6))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-beautifier bumped from 0.1.2 to 0.1.3

View File

@ -1,6 +1,6 @@
[package]
name = "air-beautify-wasm"
version = "0.2.0"
version = "0.1.2"
authors = ["Fluence Labs"]
edition = "2021"
description = "WASM module for air-beautify"
@ -14,4 +14,4 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
# 0.2.79: a function can return Result<..., JsError>.
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
air-beautifier = { version = "0.1.3", path = "../../../crates/beautifier" }
air-beautifier = { version = "0.1.2", path = "../../../crates/beautifier" }