chore: release master (#515)

* chore: release master

* chore: Bump air-interpreter version to 0.37.1
This commit is contained in:
fluencebot
2023-03-15 14:29:59 +02:00
committed by GitHub
parent 8cf969762a
commit 3ac1d03868
31 changed files with 212 additions and 44 deletions

View File

@ -4,6 +4,20 @@
* dependencies
* air-parser bumped from 0.7.2 to 0.7.3
## [0.6.3](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.2...air-interpreter-data-v0.6.3) (2023-03-15)
### Features
* **tools:** merge some tools into the `air` CLI tool ([#509](https://github.com/fluencelabs/aquavm/issues/509)) ([79ac153](https://github.com/fluencelabs/aquavm/commit/79ac153f1dcfc0a77ec511c6e25285728312ad4c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* aquavm-air-parser bumped from 0.7.3 to 0.7.4
## [0.6.2](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.1...air-interpreter-data-v0.6.2) (2023-02-08)

View File

@ -16,7 +16,7 @@ path = "src/lib.rs"
[dependencies]
air-utils = { version = "0.1.0", path = "../utils" }
aquavm-air-parser = { version = "0.7.3", path = "../air-parser" }
aquavm-air-parser = { version = "0.7.4", path = "../air-parser" }
air-interpreter-interface = { version = "0.12.1", path = "../interpreter-interface" }
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
polyplets = { version = "0.3.2", path = "../polyplets" }