Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #634

Merged
merged 4 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"air": "0.42.0",
"air-interpreter": "0.42.0",
"avm/interface": "0.28.4",
"avm/server": "0.32.0",
"avm/client": "0.42.0",
"crates/air-lib/air-parser": "0.8.0",
"crates/air-lib/execution-info-collector": "0.7.6",
"air": "0.43.0",
"air-interpreter": "0.43.0",
"avm/interface": "0.28.5",
"avm/server": "0.32.1",
"avm/client": "0.43.0",
"crates/air-lib/air-parser": "0.8.1",
"crates/air-lib/execution-info-collector": "0.7.7",
"crates/air-lib/interpreter-cid": "0.3.0",
"crates/air-lib/interpreter-data": "0.8.1",
"crates/air-lib/test-utils": "0.7.1",
"crates/air-lib/trace-handler": "0.2.2",
"crates/air-lib/interpreter-data": "0.9.0",
"crates/air-lib/test-utils": "0.8.0",
"crates/air-lib/trace-handler": "0.3.0",
"crates/air-lib/utils": "0.1.1",
"crates/beautifier": "0.2.0",
"crates/data-store": "0.6.2",
"crates/testing-framework": "0.4.0",
"crates/beautifier": "0.2.1",
"crates/data-store": "0.6.3",
"crates/testing-framework": "0.4.1",
"tools/cli/aquavm-air-cli": "0.2.6",
"tools/wasm/air-beautify-wasm": "0.3.1",
"tools/cli/air": "0.3.2",
"tools/wasm/air-beautify-wasm": "0.3.2",
"tools/cli/air": "0.3.3",
"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.14.0",
"crates/air-lib/interpreter-signatures": "0.1.1",
"crates/air-lib/polyplets": "0.3.2"
"crates/air-lib/polyplets": "0.3.3"
}
30 changes: 15 additions & 15 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.43.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.42.0...air-interpreter-v0.43.0) (2023-08-03)


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air bumped from 0.42.0 to 0.43.0

## [0.42.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-v0.41.0...air-interpreter-v0.42.0) (2023-07-16)


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.42.0"
version = "0.43.0"
description = "Crate-wrapper for air"
authors = ["Fluence Labs"]
edition = "2018"
Expand All @@ -18,7 +18,7 @@ name = "air_interpreter_server"
path = "src/marine.rs"

[dependencies]
aquavm-air = { version = "0.42.0", path = "../air" }
aquavm-air = { version = "0.43.0", path = "../air" }
air-interpreter-interface = { version = "0.14.0", path = "../crates/air-lib/interpreter-interface" }
air-log-targets = { version = "0.1.0", path = "../crates/air-lib/log-targets" }

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.43.0](https://github.com/fluencelabs/aquavm/compare/air-v0.42.0...air-v0.43.0) (2023-08-03)


### ⚠ BREAKING CHANGES

* **execution-engine:** update minimal interpreter version ([#649](https://github.com/fluencelabs/aquavm/issues/649))
* **execution-engine:** refactor streams [fixes VM-255] ([#621](https://github.com/fluencelabs/aquavm/issues/621))

### Features

* **execution-engine:** refactor streams [fixes VM-255] ([#621](https://github.com/fluencelabs/aquavm/issues/621)) ([eca52b7](https://github.com/fluencelabs/aquavm/commit/eca52b7191ef1bc5c4573c62412dc735d830c023))
* **execution-engine:** update minimal interpreter version ([#649](https://github.com/fluencelabs/aquavm/issues/649)) ([0655daa](https://github.com/fluencelabs/aquavm/commit/0655daa89d1105c6e786347f405d46d8e4d213ce))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.8.0 to 0.8.1
* air-execution-info-collector bumped from 0.7.6 to 0.7.7
* air-interpreter-data bumped from 0.8.1 to 0.9.0
* air-trace-handler bumped from 0.2.2 to 0.3.0
* polyplets bumped from 0.3.2 to 0.3.3

## [0.42.0](https://github.com/fluencelabs/aquavm/compare/air-v0.41.0...air-v0.42.0) (2023-07-16)


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

[dependencies]
aquavm-air-parser = { version = "0.8.0", path = "../crates/air-lib/air-parser" }
air-execution-info-collector = { version = "0.7.6", path = "../crates/air-lib/execution-info-collector" }
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" }
air-interpreter-cid = { version = "0.3.0", path = "../crates/air-lib/interpreter-cid" }
air-interpreter-data = { version = "0.8.1", path = "../crates/air-lib/interpreter-data" }
air-interpreter-data = { version = "0.9.0", path = "../crates/air-lib/interpreter-data" }
air-interpreter-signatures = { version = "0.1.1", path = "../crates/air-lib/interpreter-signatures" }
air-interpreter-interface = { version = "0.14.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.2.2", path = "../crates/air-lib/trace-handler" }
air-trace-handler = { version = "0.3.0", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.1.1", path = "../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../crates/air-lib/polyplets" }
polyplets = { version = "0.3.3", path = "../crates/air-lib/polyplets" }
fluence-keypair = { version = "0.10.1" }

serde = { version = "1.0.164", features = [ "derive", "rc" ] }
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.43.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.42.0...avm-client-v0.43.0) (2023-08-03)


### Miscellaneous Chores

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

## [0.42.0](https://github.com/fluencelabs/aquavm/compare/avm-client-v0.41.0...avm-client-v0.42.0) (2023-07-16)


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.42.0",
"version": "0.43.0",
"main": "./dist/index.js",
"repository": "https://github.com/fluencelabs/air",
"author": "Fluence Labs",
Expand Down
4 changes: 4 additions & 0 deletions avm/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* air-interpreter-interface bumped from 0.13.0 to 0.14.0
* air-utils bumped from 0.1.0 to 0.1.1

* The following workspace dependencies were updated
* dependencies
* polyplets bumped from 0.3.2 to 0.3.3

## [0.28.2](https://github.com/fluencelabs/aquavm/compare/avm-interface-v0.28.1...avm-interface-v0.28.2) (2023-02-21)


Expand Down
4 changes: 2 additions & 2 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.28.4"
version = "0.28.5"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
air-interpreter-interface = { version = "0.14.0", path = "../../crates/air-lib/interpreter-interface", default-features = false }
air-utils = { version = "0.1.1", path = "../../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
polyplets = { version = "0.3.3", path = "../../crates/air-lib/polyplets" }

thiserror = "1.0.40"
maplit = "1.0.2"
Expand Down
6 changes: 6 additions & 0 deletions avm/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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-data-store bumped from 0.6.2 to 0.6.3
* polyplets bumped from 0.3.2 to 0.3.3
* avm-interface bumped from 0.28.4 to 0.28.5

## [0.32.0](https://github.com/fluencelabs/aquavm/compare/avm-server-v0.31.0...avm-server-v0.32.0) (2023-06-22)


Expand Down
8 changes: 4 additions & 4 deletions avm/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "avm-server"
description = "Fluence AIR VM"
version = "0.32.0"
version = "0.32.1"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -17,10 +17,10 @@ path = "src/lib.rs"
[dependencies]
air-interpreter-interface = { version = "0.14.0", path = "../../crates/air-lib/interpreter-interface" }
air-utils = { version = "0.1.1", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.6.2", path = "../../crates/data-store" }
avm-data-store = { version = "0.6.3", path = "../../crates/data-store" }
marine-runtime = "0.26.3"
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.4", path = "../../avm/interface" }
polyplets = { version = "0.3.3", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.5", path = "../../avm/interface" }

eyre = "0.6.8"
thiserror = "1.0.40"
Expand Down
8 changes: 8 additions & 0 deletions crates/air-lib/air-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.8.0...air-parser-v0.8.1) (2023-08-03)


### Features

* **air-parser:** canon stream syntax ([#618](https://github.com/fluencelabs/aquavm/issues/618)) ([8871465](https://github.com/fluencelabs/aquavm/commit/88714653247618e72f10391524c430a5c20d3b85))
* **air-parser:** improved canon stream syntax support [fixes VM-293] ([8871465](https://github.com/fluencelabs/aquavm/commit/88714653247618e72f10391524c430a5c20d3b85))

## [0.8.0](https://github.com/fluencelabs/aquavm/compare/air-parser-v0.7.5...air-parser-v0.8.0) (2023-07-16)


Expand Down
Loading
Loading