chore: Revert release and fix typo in release-please (#684)

* Fix component name

* Revert "chore: release master (#680)"

This reverts commit d6bd1c0348.
This commit is contained in:
Anatolios Laskaris
2023-08-31 10:48:50 +03:00
committed by GitHub
parent d6bd1c0348
commit c41c101083
22 changed files with 37 additions and 148 deletions

View File

@ -26,10 +26,6 @@
* dependencies
* air-test-utils bumped from 0.8.1 to 0.8.2
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.9.0 to 0.10.0
## [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.0"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.10.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.9.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"