mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 12:30:50 +00:00
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.55.0
2.8 KiB
2.8 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.
-
The following workspace dependencies were updated
- dependencies
- air-interpreter-interface bumped from 0.12.1 to 0.13.0
- dependencies
-
The following workspace dependencies were updated
- dependencies
- air-interpreter-interface bumped from 0.13.0 to 0.14.0
- air-utils bumped from 0.1.0 to 0.1.1
- dependencies
-
The following workspace dependencies were updated
- dependencies
- polyplets bumped from 0.3.2 to 0.3.3
- dependencies
-
The following workspace dependencies were updated
- dependencies
- air-interpreter-interface bumped from 0.15.0 to 0.15.1
- polyplets bumped from 0.5.0 to 0.5.1
- dependencies
-
The following workspace dependencies were updated
- dependencies
- air-utils bumped from 0.1.1 to 0.2.0
- dependencies
-
The following workspace dependencies were updated
- dependencies
- air-interpreter-interface bumped from 0.15.1 to 0.15.2
- dependencies
0.29.0 (2023-08-17)
⚠ BREAKING CHANGES
- update marine-rs-sdk minor version
Features
- update marine-rs-sdk minor version (4b4e3bd)
Dependencies
- The following workspace dependencies were updated
- dependencies
- air-interpreter-interface bumped from 0.14.0 to 0.15.0
- polyplets bumped from 0.4.1 to 0.5.0
- dependencies
0.28.2 (2023-02-21)
⚠ BREAKING CHANGES
- avm: improve anomaly detection
Features
- avm: improve anomaly detection (5e6863d)
Bug Fixes
[Unreleased]
[0.28.1] - 2022-12-26
Changed
- Bump version of
avm-interpreter-interface
to 0.12.1: it has removed a newcid
field in theInterpreterOutcome
.
[0.28.0] - 2022-12-21
Changed
- Bump version of
avm-interpreter-interface
to 0.12.0: it has a newcid
field in theInterpreterOutcome
.
[0.27.0] - 2022-11-22
Added
- Add
current_peer_id
field to theParticleParameters
Changed
ParticleParameters
now has only single lifetime parameter
[0.26.1] - 2022-09-13
Fixed
- fix clippy warnings (#319)
Other
- Update all non-major Rust dependencies (#309)
- Get rid of unsafe code in the interpreter (#303)