chore: release master (#771)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.56.0

* temporary disable risc-0

* remove the risc-0 part from the release-please at all

---------

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
This commit is contained in:
fluencebot
2024-01-08 12:32:49 +02:00
committed by GitHub
parent ab8a0e032d
commit 0d3ce3bcd9
47 changed files with 571 additions and 163 deletions

View File

@ -62,6 +62,22 @@
* air-test-utils bumped from 0.12.0 to 0.12.1
* air-interpreter-signatures bumped from 0.1.3 to 0.1.4
## [0.8.1](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.8.0...air-testing-framework-v0.8.1) (2024-01-03)
### Bug Fixes
* **deps:** update rust crate fluence-keypair to 0.10.4 ([#752](https://github.com/fluencelabs/aquavm/issues/752)) ([c9a0b87](https://github.com/fluencelabs/aquavm/commit/c9a0b87a4cefa3509b040c24d23cca37757fc030))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.13.0 to 0.14.0
* aquavm-air-parser bumped from 0.11.0 to 0.11.1
* air-interpreter-signatures bumped from 0.1.5 to 0.1.6
## [0.8.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.7.3...air-testing-framework-v0.8.0) (2023-12-12)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.8.0"
version = "0.8.1"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2021"
@ -14,8 +14,8 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.13.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.11.0", path = "../air-lib/air-parser" }
air-test-utils = { version = "0.14.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.11.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"
fluence-keypair = "0.10.4"
@ -24,7 +24,7 @@ nom = "7.1.3"
nom_locate = "4.1.0"
serde_json = "1.0.108"
regex = "1.10.2"
air-interpreter-signatures = { version = "0.1.5", path = "../air-lib/interpreter-signatures" }
air-interpreter-signatures = { version = "0.1.6", path = "../air-lib/interpreter-signatures" }
[dev-dependencies]
maplit = "1.0.2"