mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.64.0
143 lines
5.4 KiB
Markdown
143 lines
5.4 KiB
Markdown
# Changelog
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.8.0 to 0.8.1
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.8.1 to 0.8.2
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.11.0 to 0.11.1
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.11.1 to 0.11.2
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.11.2 to 0.12.0
|
|
|
|
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.4.3...air-beautifier-v0.5.0) (2024-06-26)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840))
|
|
|
|
### Features
|
|
|
|
* **cli:** hopon virtual instruction in the beautifier ([#840](https://github.com/fluencelabs/aquavm/issues/840)) ([04bacb7](https://github.com/fluencelabs/aquavm/commit/04bacb70390e05250e8c4931c8a5381a55580159))
|
|
|
|
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.1...air-beautifier-v0.4.0) (2023-12-12)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767))
|
|
|
|
### Features
|
|
|
|
* **air-parser:** optimize Instruction type layout ([#767](https://github.com/fluencelabs/aquavm/issues/767)) ([1673cdf](https://github.com/fluencelabs/aquavm/commit/1673cdf06c1fcdd9d06789b0d9d76e71d1625fea))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.10.0 to 0.11.0
|
|
|
|
## [0.3.1](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.3.0...air-beautifier-v0.3.1) (2023-09-21)
|
|
|
|
|
|
### Features
|
|
|
|
* **parser,execution-engine:** allow :error: in fail ([#696](https://github.com/fluencelabs/aquavm/issues/696)) ([bd80a12](https://github.com/fluencelabs/aquavm/commit/bd80a127eaab39f1ba02740e3e67d69cb36a699c))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
|
|
|
|
## [0.3.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.2.2...air-beautifier-v0.3.0) (2023-09-07)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **execution-engine:** canon stream map support [fixes VM-301] ([#648](https://github.com/fluencelabs/aquavm/issues/648))
|
|
|
|
### Features
|
|
|
|
* **execution-engine:** canon stream map support [fixes VM-301] ([#648](https://github.com/fluencelabs/aquavm/issues/648)) ([b4cbf8f](https://github.com/fluencelabs/aquavm/commit/b4cbf8f621b77ba2031900f021bf20d0f27e34b8))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.8.2 to 0.9.0
|
|
|
|
## [0.2.0](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.4...air-beautifier-v0.2.0) (2023-07-16)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **execution-engine:** stream map to scalar conversion using canon instruction [fixes VM-294] ([#610](https://github.com/fluencelabs/aquavm/issues/610))
|
|
|
|
### Features
|
|
|
|
* **execution-engine:** Stream Map to Scalar conversion using canon instruction [fixes VM-294] ([fcb4c9d](https://github.com/fluencelabs/aquavm/commit/fcb4c9dab43d82e87f1d6f8a83b72f6891d37bef))
|
|
* **execution-engine:** stream map to scalar conversion using canon instruction [fixes VM-294] ([#610](https://github.com/fluencelabs/aquavm/issues/610)) ([fcb4c9d](https://github.com/fluencelabs/aquavm/commit/fcb4c9dab43d82e87f1d6f8a83b72f6891d37bef))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **air-beautifier:** print fold's last_instruction ([#630](https://github.com/fluencelabs/aquavm/issues/630)) ([adcf708](https://github.com/fluencelabs/aquavm/commit/adcf708c95baba1df319e438152a71607f52e92b))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.7.5 to 0.8.0
|
|
|
|
## [0.1.4](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.3...air-beautifier-v0.1.4) (2023-06-22)
|
|
|
|
|
|
### Features
|
|
|
|
* **execution-engine:** Stream Map initial support [fixes VM-283,VM-284] ([#592](https://github.com/fluencelabs/aquavm/issues/592)) ([9d7d34a](https://github.com/fluencelabs/aquavm/commit/9d7d34a452cb65e968ed68decc67f3bc523a5115))
|
|
* **execution-engine:** StreamMap initial support for ap and new instructions [fixes VM-283,VM-284] ([9d7d34a](https://github.com/fluencelabs/aquavm/commit/9d7d34a452cb65e968ed68decc67f3bc523a5115))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* aquavm-air-parser bumped from 0.7.4 to 0.7.5
|
|
|
|
## [0.1.3](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.2...air-beautifier-v0.1.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))
|
|
|
|
## [0.1.2](https://github.com/fluencelabs/aquavm/compare/air-beautifier-v0.1.1...air-beautifier-v0.1.2) (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
|