chore: release master (#690)

This commit is contained in:
fluencebot
2023-09-05 01:28:26 +03:00
committed by GitHub
parent 20afb79e3f
commit 3dd239dc10
27 changed files with 147 additions and 55 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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" }

View File

@ -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)

View File

@ -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" }

View File

@ -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)

View File

@ -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" }

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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"] }