mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-01 00:51:21 +00:00
* chore: release master * chore: Bump air-interpreter version to 0.40.0 * feat(aquavm-air): Set minimal supported version to 0.40.0 --------- Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
2.0 KiB
2.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.14.0 (2023-06-22)
⚠ BREAKING CHANGES
- avm-server,air-interpreter,aquavm-air: secret key and particle ID arguments (#593)
Features
Bug Fixes
0.13.0 (2023-03-15)
⚠ BREAKING CHANGES
- avm: integrate Marine 0.26.0 (#461)
Features
[Unreleased]
[0.12.1] - 2022-12-26
- Remove the new
cid
field of theInterpreterOutcome
as it is not really needed.
[0.12.0] - 2022-12-21
- New
cid
field of theInterpreterOutcome
contains CID of the data.
[0.11.1] - 2022-09-13
Other
- Update all non-major Rust dependencies (#323)
- Update all non-major Rust dependencies (#321)
- Update all non-major Rust dependencies (#309)
- Get rid of unsafe code in the interpreter (#303)
- Refactor
avm-server
interface mod to new crate (#294) - make clippy happy (#291)