diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index c3440cb8..2a8fce9c 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,22 +1,22 @@ { - "air": "0.45.0", - "air-interpreter": "0.45.0", + "air": "0.45.1", + "air-interpreter": "0.45.1", "avm/interface": "0.29.0", "avm/server": "0.33.0", - "avm/client": "0.45.0", - "crates/air-lib/air-parser": "0.8.1", - "crates/air-lib/execution-info-collector": "0.7.7", + "avm/client": "0.45.1", + "crates/air-lib/air-parser": "0.8.2", + "crates/air-lib/execution-info-collector": "0.7.8", "crates/air-lib/interpreter-cid": "0.3.0", - "crates/air-lib/interpreter-data": "0.11.0", - "crates/air-lib/test-utils": "0.10.0", - "crates/air-lib/trace-handler": "0.5.0", + "crates/air-lib/interpreter-data": "0.11.1", + "crates/air-lib/test-utils": "0.10.1", + "crates/air-lib/trace-handler": "0.5.1", "crates/air-lib/utils": "0.1.1", - "crates/beautifier": "0.2.1", + "crates/beautifier": "0.2.2", "crates/data-store": "0.7.0", - "crates/testing-framework": "0.5.1", + "crates/testing-framework": "0.5.2", "tools/cli/aquavm-air-cli": "0.2.6", - "tools/wasm/air-beautify-wasm": "0.3.2", - "tools/cli/air": "0.4.1", + "tools/wasm/air-beautify-wasm": "0.3.3", + "tools/cli/air": "0.4.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", diff --git a/Cargo.lock b/Cargo.lock index f95e22d7..e6203c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "air-beautifier" -version = "0.2.1" +version = "0.2.2" dependencies = [ "aquavm-air-parser", "itertools", @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "air-beautify-wasm" -version = "0.3.2" +version = "0.3.3" dependencies = [ "air-beautifier", "wasm-bindgen", @@ -71,14 +71,14 @@ dependencies = [ [[package]] name = "air-execution-info-collector" -version = "0.7.7" +version = "0.7.8" dependencies = [ "aquavm-air-parser", ] [[package]] name = "air-interpreter" -version = "0.45.0" +version = "0.45.1" dependencies = [ "air-interpreter-interface", "air-log-targets", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "air-interpreter-data" -version = "0.11.0" +version = "0.11.1" dependencies = [ "air-interpreter-cid", "air-interpreter-signatures", @@ -169,7 +169,7 @@ version = "0.1.0" [[package]] name = "air-test-utils" -version = "0.10.0" +version = "0.10.1" dependencies = [ "air-interpreter-cid", "air-interpreter-data", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "air-testing-framework" -version = "0.5.1" +version = "0.5.2" dependencies = [ "air-test-utils", "aquavm-air-parser", @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "air-trace-handler" -version = "0.5.0" +version = "0.5.1" dependencies = [ "air-interpreter-cid", "air-interpreter-data", @@ -319,7 +319,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "aquavm-air" -version = "0.45.0" +version = "0.45.1" dependencies = [ "air-execution-info-collector", "air-interpreter-cid", @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "aquavm-air-cli" -version = "0.4.1" +version = "0.4.2" dependencies = [ "air-beautifier", "air-interpreter-interface", @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "aquavm-air-parser" -version = "0.8.1" +version = "0.8.2" dependencies = [ "air-lambda-ast", "air-lambda-parser", diff --git a/air-interpreter/CHANGELOG.md b/air-interpreter/CHANGELOG.md index c0e8ae69..11cf5d59 100644 --- a/air-interpreter/CHANGELOG.md +++ b/air-interpreter/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.45.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.45.0...air-interpreter-v0.45.1) (2023-09-04) + + +### Miscellaneous Chores + +* **air-interpreter:** Synchronize air-interpreter versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.45.0 to 0.45.1 + ## [0.45.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.44.0...air-interpreter-v0.45.0) (2023-08-31) diff --git a/air-interpreter/Cargo.toml b/air-interpreter/Cargo.toml index 6bdd5b11..85dbbe6d 100644 --- a/air-interpreter/Cargo.toml +++ b/air-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-interpreter" -version = "0.45.0" +version = "0.45.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.45.0", path = "../air" } +aquavm-air = { version = "0.45.1", path = "../air" } air-interpreter-interface = { version = "0.15.0", path = "../crates/air-lib/interpreter-interface" } air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" } diff --git a/air/CHANGELOG.md b/air/CHANGELOG.md index 3d5322d2..d86f5fa0 100644 --- a/air/CHANGELOG.md +++ b/air/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.45.1](https://github.com/fluencelabs/aquavm/compare/air-v0.45.0...air-v0.45.1) (2023-09-04) + + +### Features + +* **execution-engine:** a new :error: runtime attribute according with FLIP-11 [fixes VM-329] ([#683](https://github.com/fluencelabs/aquavm/issues/683)) ([20afb79](https://github.com/fluencelabs/aquavm/commit/20afb79e3f345b83c367357171f1802ed2db0a66)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + * air-execution-info-collector bumped from 0.7.7 to 0.7.8 + * air-interpreter-data bumped from 0.11.0 to 0.11.1 + * air-trace-handler bumped from 0.5.0 to 0.5.1 + ## [0.45.0](https://github.com/fluencelabs/aquavm/compare/air-v0.44.0...air-v0.45.0) (2023-08-31) diff --git a/air/Cargo.toml b/air/Cargo.toml index 0aa7a840..ea6e6f49 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquavm-air" -version = "0.45.0" +version = "0.45.1" description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network" authors = ["Fluence Labs"] edition = "2018" @@ -16,16 +16,16 @@ path = "src/lib.rs" doctest = false [dependencies] -aquavm-air-parser = { version = "0.8.1", path = "../crates/air-lib/air-parser" } -air-execution-info-collector = { version = "0.7.7", path = "../crates/air-lib/execution-info-collector" } +aquavm-air-parser = { version = "0.8.2", path = "../crates/air-lib/air-parser" } +air-execution-info-collector = { version = "0.7.8", path = "../crates/air-lib/execution-info-collector" } air-interpreter-cid = { version = "0.3.0", path = "../crates/air-lib/interpreter-cid" } -air-interpreter-data = { version = "0.11.0", path = "../crates/air-lib/interpreter-data" } +air-interpreter-data = { version = "0.11.1", path = "../crates/air-lib/interpreter-data" } air-interpreter-signatures = { version = "0.1.1", path = "../crates/air-lib/interpreter-signatures" } air-interpreter-interface = { version = "0.15.0", 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.5.0", path = "../crates/air-lib/trace-handler" } +air-trace-handler = { version = "0.5.1", path = "../crates/air-lib/trace-handler" } air-utils = { version = "0.1.1", path = "../crates/air-lib/utils" } polyplets = { version = "0.5.0", path = "../crates/air-lib/polyplets" } fluence-keypair = { version = "0.10.1", default-features = false } diff --git a/avm/client/CHANGELOG.md b/avm/client/CHANGELOG.md index 24101aa1..195a41ee 100644 --- a/avm/client/CHANGELOG.md +++ b/avm/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.45.1](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.45.0...avm-client-v0.45.1) (2023-09-04) + + +### Miscellaneous Chores + +* **avm-client:** Synchronize air-interpreter versions + ## [0.45.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.44.0...avm-client-v0.45.0) (2023-08-31) diff --git a/avm/client/package-lock.json b/avm/client/package-lock.json index bd89d78d..51a31aa7 100644 --- a/avm/client/package-lock.json +++ b/avm/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fluencelabs/avm", - "version": "0.45.0", + "version": "0.45.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fluencelabs/avm", - "version": "0.45.0", + "version": "0.45.1", "license": "Apache 2.0", "devDependencies": { "typescript": "4.9.5" diff --git a/avm/client/package.json b/avm/client/package.json index 65c7a648..6ddbaddb 100644 --- a/avm/client/package.json +++ b/avm/client/package.json @@ -1,7 +1,7 @@ { "name": "@fluencelabs/avm", "description": "Aquamarine VM", - "version": "0.45.0", + "version": "0.45.1", "main": "./dist/index.js", "repository": "https://github.com/fluencelabs/air", "author": "Fluence Labs", diff --git a/crates/air-lib/air-parser/CHANGELOG.md b/crates/air-lib/air-parser/CHANGELOG.md index e8014339..3f9f48ef 100644 --- a/crates/air-lib/air-parser/CHANGELOG.md +++ b/crates/air-lib/air-parser/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.8.1...air-parser-v0.8.2) (2023-09-04) + + +### Features + +* **execution-engine:** a new :error: runtime attribute according with FLIP-11 [fixes VM-329] ([#683](https://github.com/fluencelabs/aquavm/issues/683)) ([20afb79](https://github.com/fluencelabs/aquavm/commit/20afb79e3f345b83c367357171f1802ed2db0a66)) + ## [0.8.1](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.8.0...air-parser-v0.8.1) (2023-08-03) diff --git a/crates/air-lib/air-parser/Cargo.toml b/crates/air-lib/air-parser/Cargo.toml index fe833f1d..229b4a3d 100644 --- a/crates/air-lib/air-parser/Cargo.toml +++ b/crates/air-lib/air-parser/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aquavm-air-parser" description = "Parser of the AIR scripts in a form of string to AST" -version = "0.8.1" +version = "0.8.2" authors = ["Fluence Labs"] edition = "2018" license = "Apache-2.0" diff --git a/crates/air-lib/execution-info-collector/CHANGELOG.md b/crates/air-lib/execution-info-collector/CHANGELOG.md index d63f544e..752efba1 100644 --- a/crates/air-lib/execution-info-collector/CHANGELOG.md +++ b/crates/air-lib/execution-info-collector/CHANGELOG.md @@ -8,6 +8,10 @@ * dependencies * aquavm-air-parser bumped from 0.8.0 to 0.8.1 +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + ## [0.7.5](https://github.com/fluencelabs/aquavm/compare/air-execution-info-collector-v0.7.4...air-execution-info-collector-v0.7.5) (2023-06-22) diff --git a/crates/air-lib/execution-info-collector/Cargo.toml b/crates/air-lib/execution-info-collector/Cargo.toml index c616b002..b037163c 100644 --- a/crates/air-lib/execution-info-collector/Cargo.toml +++ b/crates/air-lib/execution-info-collector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-execution-info-collector" -version = "0.7.7" +version = "0.7.8" description = "Implementation of AIR execution info collector" authors = ["Fluence Labs"] edition = "2018" @@ -15,4 +15,4 @@ name = "air_execution_info_collector" path = "src/lib.rs" [dependencies] -aquavm-air-parser = { version = "0.8.1", path = "../air-parser" } +aquavm-air-parser = { version = "0.8.2", path = "../air-parser" } diff --git a/crates/air-lib/interpreter-data/CHANGELOG.md b/crates/air-lib/interpreter-data/CHANGELOG.md index 06e264a4..5a07443b 100644 --- a/crates/air-lib/interpreter-data/CHANGELOG.md +++ b/crates/air-lib/interpreter-data/CHANGELOG.md @@ -8,6 +8,10 @@ * dependencies * aquavm-air-parser bumped from 0.7.5 to 0.8.0 +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + ## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.10.0...air-interpreter-data-v0.11.0) (2023-08-31) diff --git a/crates/air-lib/interpreter-data/Cargo.toml b/crates/air-lib/interpreter-data/Cargo.toml index 1a868602..c64dfa52 100644 --- a/crates/air-lib/interpreter-data/Cargo.toml +++ b/crates/air-lib/interpreter-data/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "air-interpreter-data" description = "Data format of the AIR interpreter" -version = "0.11.0" +version = "0.11.1" authors = ["Fluence Labs"] edition = "2018" license = "Apache-2.0" @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] air-utils = { version = "0.1.1", path = "../utils" } -aquavm-air-parser = { version = "0.8.1", path = "../air-parser" } +aquavm-air-parser = { version = "0.8.2", path = "../air-parser" } air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" } air-interpreter-signatures = { version = "0.1.1", path = "../interpreter-signatures" } polyplets = { version = "0.5.0", path = "../polyplets" } diff --git a/crates/air-lib/test-utils/CHANGELOG.md b/crates/air-lib/test-utils/CHANGELOG.md index 0cf947a5..a3227656 100644 --- a/crates/air-lib/test-utils/CHANGELOG.md +++ b/crates/air-lib/test-utils/CHANGELOG.md @@ -35,6 +35,11 @@ * dependencies * aquavm-air bumped from 0.43.0 to 0.43.1 +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.45.0 to 0.45.1 + * air-interpreter-data bumped from 0.11.0 to 0.11.1 + ## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.9.0...air-test-utils-v0.10.0) (2023-08-31) diff --git a/crates/air-lib/test-utils/Cargo.toml b/crates/air-lib/test-utils/Cargo.toml index 81c8f577..7906dad3 100644 --- a/crates/air-lib/test-utils/Cargo.toml +++ b/crates/air-lib/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-test-utils" -version = "0.10.0" +version = "0.10.1" description = "Test utils for the AIR interpreter" authors = ["Fluence Labs"] edition = "2018" @@ -15,9 +15,9 @@ name = "air_test_utils" path = "src/lib.rs" [dependencies] -aquavm-air = { version = "0.45.0", path = "../../../air" } +aquavm-air = { version = "0.45.1", path = "../../../air" } air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" } -air-interpreter-data = { version = "0.11.0", path = "../interpreter-data" } +air-interpreter-data = { version = "0.11.1", path = "../interpreter-data" } air-interpreter-interface = { version = "0.15.0", path = "../interpreter-interface" } avm-interface = { version = "0.29.0", path = "../../../avm/interface" } avm-server = { version = "0.33.0", path = "../../../avm/server" } diff --git a/crates/air-lib/trace-handler/CHANGELOG.md b/crates/air-lib/trace-handler/CHANGELOG.md index 56ba9da7..187cb179 100644 --- a/crates/air-lib/trace-handler/CHANGELOG.md +++ b/crates/air-lib/trace-handler/CHANGELOG.md @@ -5,6 +5,11 @@ * air-interpreter-data bumped from 0.8.0 to 0.8.1 * aquavm-air-parser bumped from 0.7.5 to 0.8.0 +* The following workspace dependencies were updated + * dependencies + * air-interpreter-data bumped from 0.11.0 to 0.11.1 + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + ## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-trace-handler-v0.4.0...air-trace-handler-v0.5.0) (2023-08-31) diff --git a/crates/air-lib/trace-handler/Cargo.toml b/crates/air-lib/trace-handler/Cargo.toml index 6631ce3b..d9392d6c 100644 --- a/crates/air-lib/trace-handler/Cargo.toml +++ b/crates/air-lib/trace-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-trace-handler" -version = "0.5.0" +version = "0.5.1" description = "Implementation of AIR trace handler" authors = ["Fluence Labs"] edition = "2018" @@ -14,9 +14,9 @@ path = "src/lib.rs" [dependencies] air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" } -air-interpreter-data = { version = "0.11.0", path = "../interpreter-data" } +air-interpreter-data = { version = "0.11.1", path = "../interpreter-data" } air-log-targets = { version = "0.1.0", path = "../log-targets" } -aquavm-air-parser = { version = "0.8.1", path = "../air-parser" } +aquavm-air-parser = { version = "0.8.2", path = "../air-parser" } polyplets = { version = "0.5.0", path = "../polyplets" } bimap = "0.6.3" diff --git a/crates/beautifier/CHANGELOG.md b/crates/beautifier/CHANGELOG.md index f04040d2..f5f733eb 100644 --- a/crates/beautifier/CHANGELOG.md +++ b/crates/beautifier/CHANGELOG.md @@ -4,6 +4,10 @@ * dependencies * aquavm-air-parser bumped from 0.8.0 to 0.8.1 +* The following workspace dependencies were updated + * dependencies + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + ## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.4...air-beautifier-v0.2.0) (2023-07-16) diff --git a/crates/beautifier/Cargo.toml b/crates/beautifier/Cargo.toml index 74d38fc6..9149e798 100644 --- a/crates/beautifier/Cargo.toml +++ b/crates/beautifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-beautifier" -version = "0.2.1" +version = "0.2.2" description = "AIR human-readable format transformer library" authors = ["Fluence Labs"] edition = "2018" @@ -14,6 +14,6 @@ name = "air_beautifier" path = "src/lib.rs" [dependencies] -aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" } +aquavm-air-parser = { version = "0.8.2", path = "../air-lib/air-parser" } itertools = "0.10.5" thiserror = "1.0.40" diff --git a/crates/testing-framework/CHANGELOG.md b/crates/testing-framework/CHANGELOG.md index e8f9a1fa..1fd737b7 100644 --- a/crates/testing-framework/CHANGELOG.md +++ b/crates/testing-framework/CHANGELOG.md @@ -30,6 +30,21 @@ * dependencies * air-test-utils bumped from 0.9.0 to 0.10.0 +## [0.5.2](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.1...air-testing-framework-v0.5.2) (2023-09-04) + + +### Features + +* **execution-engine:** a new :error: runtime attribute according with FLIP-11 [fixes VM-329] ([#683](https://github.com/fluencelabs/aquavm/issues/683)) ([20afb79](https://github.com/fluencelabs/aquavm/commit/20afb79e3f345b83c367357171f1802ed2db0a66)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * air-test-utils bumped from 0.10.0 to 0.10.1 + * aquavm-air-parser bumped from 0.8.1 to 0.8.2 + ## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.4.3...air-testing-framework-v0.5.0) (2023-08-17) diff --git a/crates/testing-framework/Cargo.toml b/crates/testing-framework/Cargo.toml index c5272250..893c0915 100644 --- a/crates/testing-framework/Cargo.toml +++ b/crates/testing-framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-testing-framework" -version = "0.5.1" +version = "0.5.2" description = "AquaVM testing framework" authors = ["Fluence Labs"] edition = "2018" @@ -14,8 +14,8 @@ name = "air_test_framework" path = "src/lib.rs" [dependencies] -air-test-utils = { version = "0.10.0", path = "../air-lib/test-utils" } -aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" } +air-test-utils = { version = "0.10.1", path = "../air-lib/test-utils" } +aquavm-air-parser = { version = "0.8.2", path = "../air-lib/air-parser" } itertools = "0.10.5" strum = { version="0.24.1", features=["derive"] } diff --git a/tools/cli/air/CHANGELOG.md b/tools/cli/air/CHANGELOG.md index 3c14a67c..380701d8 100644 --- a/tools/cli/air/CHANGELOG.md +++ b/tools/cli/air/CHANGELOG.md @@ -54,6 +54,12 @@ * aquavm-air bumped from 0.43.0 to 0.43.1 * air-test-utils bumped from 0.8.1 to 0.8.2 +* The following workspace dependencies were updated + * dependencies + * aquavm-air bumped from 0.45.0 to 0.45.1 + * air-beautifier bumped from 0.2.1 to 0.2.2 + * air-test-utils bumped from 0.10.0 to 0.10.1 + ## [0.4.1](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.4.0...aquavm-air-cli-v0.4.1) (2023-08-31) diff --git a/tools/cli/air/Cargo.toml b/tools/cli/air/Cargo.toml index eff47404..9b13199e 100644 --- a/tools/cli/air/Cargo.toml +++ b/tools/cli/air/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aquavm-air-cli" -version = "0.4.1" +version = "0.4.2" 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.45.0", path = "../../../air" } -air-beautifier = { version = "0.2.1", path = "../../../crates/beautifier" } +aquavm-air = { version = "0.45.1", path = "../../../air" } +air-beautifier = { version = "0.2.2", path = "../../../crates/beautifier" } avm-data-store = { version = "0.7.0", path = "../../../crates/data-store" } avm-interface = { version = "0.29.0", path = "../../../avm/interface" } air-interpreter-interface = { version = "0.15.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false } -air-test-utils = { version = "0.10.0",path = "../../../crates/air-lib/test-utils", optional = true } +air-test-utils = { version = "0.10.1",path = "../../../crates/air-lib/test-utils", optional = true } anyhow = "1.0.70" clap = { version = "4.2.7", features = ["derive", "env"] } diff --git a/tools/wasm/air-beautify-wasm/CHANGELOG.md b/tools/wasm/air-beautify-wasm/CHANGELOG.md index b3e85709..a3202442 100644 --- a/tools/wasm/air-beautify-wasm/CHANGELOG.md +++ b/tools/wasm/air-beautify-wasm/CHANGELOG.md @@ -12,6 +12,10 @@ * dependencies * air-beautifier bumped from 0.2.0 to 0.2.1 +* The following workspace dependencies were updated + * dependencies + * air-beautifier bumped from 0.2.1 to 0.2.2 + ## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.2.1...air-beautify-wasm-v0.3.0) (2023-06-23) diff --git a/tools/wasm/air-beautify-wasm/Cargo.toml b/tools/wasm/air-beautify-wasm/Cargo.toml index 0433d02a..03a58d2f 100644 --- a/tools/wasm/air-beautify-wasm/Cargo.toml +++ b/tools/wasm/air-beautify-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "air-beautify-wasm" -version = "0.3.2" +version = "0.3.3" 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.2.1", path = "../../../crates/beautifier" } +air-beautifier = { version = "0.2.2", path = "../../../crates/beautifier" }