Skip to content

Commit

Permalink
chore: release master (#810)
Browse files Browse the repository at this point in the history
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.60.0
  • Loading branch information
fluencebot committed Feb 20, 2024
1 parent 5417c08 commit b9f04df
Show file tree
Hide file tree
Showing 41 changed files with 372 additions and 120 deletions.
34 changes: 17 additions & 17 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"air": "0.59.0",
"air-interpreter": "0.59.0",
"avm/interface": "0.31.2",
"avm/server": "0.35.0",
"avm/client": "0.59.0",
"crates/air-lib/air-parser": "0.11.1",
"crates/air-lib/execution-info-collector": "0.7.12",
"air": "0.60.0",
"air-interpreter": "0.60.0",
"avm/interface": "0.32.0",
"avm/server": "0.36.0",
"avm/client": "0.60.0",
"crates/air-lib/air-parser": "0.11.2",
"crates/air-lib/execution-info-collector": "0.7.13",
"crates/air-lib/interpreter-cid": "0.9.0",
"crates/air-lib/interpreter-data": "0.17.0",
"crates/air-lib/test-utils": "0.15.1",
"crates/air-lib/trace-handler": "0.5.10",
"crates/air-lib/utils": "0.2.0",
"crates/beautifier": "0.4.1",
"crates/data-store": "0.7.7",
"crates/testing-framework": "0.8.4",
"crates/air-lib/interpreter-data": "0.17.1",
"crates/air-lib/test-utils": "0.16.0",
"crates/air-lib/trace-handler": "0.5.11",
"crates/air-lib/utils": "0.3.0",
"crates/beautifier": "0.4.2",
"crates/data-store": "0.7.8",
"crates/testing-framework": "0.9.0",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.7",
"tools/cli/air": "0.6.3",
"tools/wasm/air-beautify-wasm": "0.3.8",
"tools/cli/air": "0.7.0",
"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.17.2",
"crates/air-lib/interpreter-interface": "0.18.0",
"crates/air-lib/interpreter-signatures": "0.1.7",
"crates/air-lib/polyplets": "0.6.0"
}
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions air-interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.60.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.59.0...air-interpreter-v0.60.0) (2024-02-20)


### Miscellaneous Chores

* **air-interpreter:** Synchronize air-interpreter versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.59.0 to 0.60.0
* air-interpreter-interface bumped from 0.17.2 to 0.18.0

## [0.59.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.58.0...air-interpreter-v0.59.0) (2024-01-24)


Expand Down
6 changes: 3 additions & 3 deletions air-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-interpreter"
version = "0.59.0"
version = "0.60.0"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2021"
Expand All @@ -18,8 +18,8 @@ name = "air_interpreter_server"
path = "src/marine.rs"

[dependencies]
aquavm-air = { version = "0.59.0", path = "../air" }
air-interpreter-interface = { version = "0.17.2", path = "../crates/air-lib/interpreter-interface" }
aquavm-air = { version = "0.60.0", path = "../air" }
air-interpreter-interface = { version = "0.18.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

marine-rs-sdk = {version = "0.10.3", features = ["logger"] }
Expand Down
24 changes: 24 additions & 0 deletions air/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.60.0](https://github.com/fluencelabs/aquavm/compare/air-v0.59.0...air-v0.60.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425]

### Features

* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7))
* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.11.1 to 0.11.2
* air-execution-info-collector bumped from 0.7.12 to 0.7.13
* air-interpreter-data bumped from 0.17.0 to 0.17.1
* air-interpreter-interface bumped from 0.17.2 to 0.18.0
* air-trace-handler bumped from 0.5.10 to 0.5.11
* air-utils bumped from 0.2.0 to 0.3.0

## [0.59.0](https://github.com/fluencelabs/aquavm/compare/air-v0.58.0...air-v0.59.0) (2024-01-24)


Expand Down
14 changes: 7 additions & 7 deletions air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.59.0"
version = "0.60.0"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"]
edition = "2021"
Expand All @@ -16,19 +16,19 @@ path = "src/lib.rs"
doctest = false

[dependencies]
aquavm-air-parser = { version = "0.11.1", path = "../crates/air-lib/air-parser" }
air-execution-info-collector = { version = "0.7.12", path = "../crates/air-lib/execution-info-collector" }
aquavm-air-parser = { version = "0.11.2", path = "../crates/air-lib/air-parser" }
air-execution-info-collector = { version = "0.7.13", path = "../crates/air-lib/execution-info-collector" }
air-interpreter-cid = { version = "0.9.0", path = "../crates/air-lib/interpreter-cid", features = ["rkyv"] }
air-interpreter-data = { version = "0.17.0", path = "../crates/air-lib/interpreter-data" }
air-interpreter-data = { version = "0.17.1", path = "../crates/air-lib/interpreter-data" }
air-interpreter-sede = { version = "0.1.0", path = "../crates/air-lib/interpreter-sede" }
air-interpreter-signatures = { version = "0.1.7", path = "../crates/air-lib/interpreter-signatures", features = ["rkyv"] }
air-interpreter-value = { version = "0.1.0", path = "../crates/air-lib/interpreter-value" }
air-interpreter-interface = { version = "0.17.2", path = "../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-interface = { version = "0.18.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.10", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.2.0", path = "../crates/air-lib/utils" }
air-trace-handler = { version = "0.5.11", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.3.0", path = "../crates/air-lib/utils" }
polyplets = { version = "0.6.0", path = "../crates/air-lib/polyplets" }
fluence-keypair = { version = "0.10.4", default-features = false }

Expand Down
11 changes: 11 additions & 0 deletions avm/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.60.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.59.0...avm-client-v0.60.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425]

### Features

* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f))

## [0.59.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.58.0...avm-client-v0.59.0) (2024-01-24)


Expand Down
4 changes: 2 additions & 2 deletions avm/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion avm/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluencelabs/avm",
"description": "Aquamarine VM",
"version": "0.59.0",
"version": "0.60.0",
"main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air",
"author": "Fluence Labs",
Expand Down
20 changes: 20 additions & 0 deletions avm/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* dependencies
* air-interpreter-interface bumped from 0.17.1 to 0.17.2

## [0.32.0](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.31.2...avm-interface-v0.32.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425]

### Features

* **execution-engine:** Rc-based JSON value ([#813](https://github.com/fluencelabs/aquavm/issues/813)) ([0d53f2b](https://github.com/fluencelabs/aquavm/commit/0d53f2bab1a09ae781bf22da6546e750e6172aa7))
* **preparation,memory:** AquaVM preparation step now checks input arguments sizes [fixes VM-425] ([5afd5cb](https://github.com/fluencelabs/aquavm/commit/5afd5cb3a14753077fbc1aab7e31532054a9f45f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* air-interpreter-interface bumped from 0.17.2 to 0.18.0
* air-utils bumped from 0.2.0 to 0.3.0

## [0.31.0](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.30.0...avm-interface-v0.31.0) (2024-01-09)


Expand Down
6 changes: 3 additions & 3 deletions avm/interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "avm-interface"
description = "Fluence AIR VM interfacing"
version = "0.31.2"
version = "0.32.0"
authors = ["Fluence Labs"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -15,9 +15,9 @@ name = "avm_interface"
path = "src/lib.rs"

[dependencies]
air-interpreter-interface = { version = "0.17.2", path = "../../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-interface = { version = "0.18.0", path = "../../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-sede = { version = "0.1.0", path = "../../crates/air-lib/interpreter-sede", default-features = false }
air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" }
air-utils = { version = "0.3.0", path = "../../crates/air-lib/utils" }
polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" }

thiserror = "1.0.50"
Expand Down

0 comments on commit b9f04df

Please sign in to comment.