mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-12 22:41:21 +00:00
chore: release master (#515)
* chore: release master * chore: Bump air-interpreter version to 0.37.1
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
@ -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" }
|
||||
|
Reference in New Issue
Block a user