Skip to content

Commit

Permalink
chore: release master (#841)
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.64.0
  • Loading branch information
fluencebot authored Jun 28, 2024
1 parent 4bdc881 commit c611ae5
Show file tree
Hide file tree
Showing 23 changed files with 133 additions and 149 deletions.
16 changes: 8 additions & 8 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"air": "0.63.0",
"air-interpreter": "0.63.0",
"air": "0.64.0",
"air-interpreter": "0.64.0",
"avm/interface": "0.32.1",
"avm/server": "0.38.0",
"avm/client": "0.63.0",
"avm/client": "0.64.0",
"crates/air-lib/air-parser": "0.12.0",
"crates/air-lib/execution-info-collector": "0.7.14",
"crates/air-lib/interpreter-cid": "0.9.0",
"crates/air-lib/interpreter-data": "0.17.2",
"crates/air-lib/test-utils": "0.18.0",
"crates/air-lib/test-utils": "0.18.1",
"crates/air-lib/trace-handler": "0.5.12",
"crates/air-lib/utils": "0.3.0",
"crates/beautifier": "0.4.3",
"crates/beautifier": "0.5.0",
"crates/data-store": "0.7.9",
"crates/testing-framework": "0.11.0",
"crates/testing-framework": "0.11.1",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.9",
"tools/cli/air": "0.8.0",
"tools/wasm/air-beautify-wasm": "0.4.0",
"tools/cli/air": "0.9.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",
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

## [0.64.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.63.0...air-interpreter-v0.64.0) (2024-06-26)


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.63.0 to 0.64.0

## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.62.0...air-interpreter-v0.63.0) (2024-04-15)


Expand Down
4 changes: 2 additions & 2 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.63.0"
version = "0.64.0"
description = "Crate-wrapper for air"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
Expand All @@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs"

[dependencies]
aquavm-air = { version = "0.63.0", path = "../air" }
aquavm-air = { version = "0.64.0", path = "../air" }
air-interpreter-interface = { version = "0.19.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

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

## [0.64.0](https://github.com/fluencelabs/aquavm/compare/air-v0.63.0...air-v0.64.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* **air:** change fold over canon map iterator contents [fixes VM-620] ([#843](https://github.com/fluencelabs/aquavm/issues/843))

### Features

* **air:** change fold over canon map iterator contents [fixes VM-620] ([#843](https://github.com/fluencelabs/aquavm/issues/843)) ([325cce2](https://github.com/fluencelabs/aquavm/commit/325cce2f548358750324525f27fd662f3dc97192))

## [0.63.0](https://github.com/fluencelabs/aquavm/compare/air-v0.62.0...air-v0.63.0) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquavm-air"
version = "0.63.0"
version = "0.64.0"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
Expand Down
7 changes: 7 additions & 0 deletions avm/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.64.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.63.0...avm-client-v0.64.0) (2024-06-26)


### Miscellaneous Chores

* **avm-client:** Synchronize air-interpreter versions

## [0.63.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.62.0...avm-client-v0.63.0) (2024-04-15)


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.63.0",
"version": "0.64.0",
"main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air",
"author": "Fluence DAO, Clouldless Labs",
Expand Down
4 changes: 4 additions & 0 deletions crates/air-lib/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
* dependencies
* aquavm-air bumped from 0.61.0 to 0.62.0

* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.63.0 to 0.64.0

## [0.18.0](https://github.com/fluencelabs/aquavm/compare/air-test-utils-v0.17.1...air-test-utils-v0.18.0) (2024-04-15)


Expand Down
4 changes: 2 additions & 2 deletions crates/air-lib/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-test-utils"
version = "0.18.0"
version = "0.18.1"
description = "Test utils for the AIR interpreter"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
Expand All @@ -15,7 +15,7 @@ name = "air_test_utils"
path = "src/lib.rs"

[dependencies]
aquavm-air = { version = "0.63.0", path = "../../../air" }
aquavm-air = { version = "0.64.0", path = "../../../air" }
air-interpreter-cid = { version = "0.9.0", path = "../interpreter-cid" }
air-interpreter-data = { version = "0.17.2", path = "../interpreter-data" }
air-interpreter-interface = { version = "0.19.0", path = "../interpreter-interface" }
Expand Down
11 changes: 11 additions & 0 deletions crates/beautifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
* dependencies
* aquavm-air-parser bumped from 0.11.2 to 0.12.0

## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.4.3...air-beautifier-v0.5.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))

### Features

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))

## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion crates/beautifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-beautifier"
version = "0.4.3"
version = "0.5.0"
description = "AIR human-readable format transformer library"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/interpreter-wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/interpreter-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-interpreter-wasm"
version = "0.63.0"
version = "0.64.0"
description = "Distribution of AIR interpreter as .wasm"
authors = ["Fluence DAO", "Cloudless Labs"]
license = "AGPL-3.0-only"
Expand Down
4 changes: 4 additions & 0 deletions crates/testing-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
* dependencies
* air-test-utils bumped from 0.17.0 to 0.17.1

* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.18.0 to 0.18.1

## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.10.1...air-testing-framework-v0.11.0) (2024-04-15)


Expand Down
4 changes: 2 additions & 2 deletions crates/testing-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.11.0"
version = "0.11.1"
description = "AquaVM testing framework"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
Expand All @@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"

[dependencies]
air-test-utils = { version = "0.18.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.18.1", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.12.0", path = "../air-lib/air-parser" }

itertools = "0.10.5"
Expand Down
20 changes: 20 additions & 0 deletions tools/cli/air/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,26 @@
* aquavm-air bumped from 0.61.0 to 0.62.0
* air-test-utils bumped from 0.17.0 to 0.17.1

## [0.9.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.8.0...aquavm-air-cli-v0.9.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))

### Features

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.63.0 to 0.64.0
* air-beautifier bumped from 0.4.3 to 0.5.0
* air-test-utils bumped from 0.18.0 to 0.18.1

## [0.8.0](https://github.com/fluencelabs/aquavm/compare/aquavm-air-cli-v0.7.2...aquavm-air-cli-v0.8.0) (2024-04-15)


Expand Down
8 changes: 4 additions & 4 deletions tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquavm-air-cli"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "AIR execution and printing tool"
authors = ["Fluence DAO", "Cloudless Labs"]
Expand All @@ -10,15 +10,15 @@ documentation = "https://docs.rs/aquavm-air-cli"
keywords = ["fluence", "air", "tracing"]

[dependencies]
aquavm-air = { version = "0.63.0", path = "../../../air" }
air-beautifier = { version = "0.4.3", path = "../../../crates/beautifier" }
aquavm-air = { version = "0.64.0", path = "../../../air" }
air-beautifier = { version = "0.5.0", path = "../../../crates/beautifier" }
avm-data-store = { version = "0.7.9", path = "../../../crates/data-store" }
avm-interface = { version = "0.32.1", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.19.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-interpreter-data = { version = "0.17.2", path = "../../../crates/air-lib/interpreter-data" }
air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false }
avm-server = { version = "0.38.0", path = "../../../avm/server" }
air-test-utils = { version = "0.18.0",path = "../../../crates/air-lib/test-utils", optional = true }
air-test-utils = { version = "0.18.1",path = "../../../crates/air-lib/test-utils", optional = true }

clap = { version = "4.4.7", features = ["derive", "env"] }
eyre = "0.6.11"
Expand Down
18 changes: 18 additions & 0 deletions tools/wasm/air-beautify-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,24 @@
* dependencies
* air-beautifier bumped from 0.4.2 to 0.4.3

## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.3.9...air-beautify-wasm-v0.4.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))

### Features

* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* air-beautifier bumped from 0.4.3 to 0.5.0

## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautify-wasm-v0.2.1...air-beautify-wasm-v0.3.0) (2023-06-23)


Expand Down
4 changes: 2 additions & 2 deletions tools/wasm/air-beautify-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "air-beautify-wasm"
version = "0.3.9"
version = "0.4.0"
authors = ["Fluence DAO", "Cloudless Labs"]
edition = "2021"
description = "WASM module for air-beautify"
Expand All @@ -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.4.3", path = "../../../crates/beautifier" }
air-beautifier = { version = "0.5.0", path = "../../../crates/beautifier" }
Loading

0 comments on commit c611ae5

Please sign in to comment.