fluencebot c6627fe437
chore: release master (#553)
* 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>
2023-06-23 04:45:40 +07:00

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

  • avm-server,air-interpreter,aquavm-air: secret key and particle ID arguments (#593) (8ce8af3)

Bug Fixes

  • deps: update rust crate fluence-it-types to 0.4.1 (#545) (138501f)

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 the InterpreterOutcome as it is not really needed.

[0.12.0] - 2022-12-21

  • New cid field of the InterpreterOutcome 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)