aquavm/avm/interface/CHANGELOG.md
fluencebot 17d7ef6c5a
chore: release master (#751)
* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.55.0
2023-12-13 00:15:36 +07:00

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
  • 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
  • The following workspace dependencies were updated

    • dependencies
      • polyplets bumped from 0.3.2 to 0.3.3
  • 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
  • The following workspace dependencies were updated

    • dependencies
      • air-utils bumped from 0.1.1 to 0.2.0
  • The following workspace dependencies were updated

    • dependencies
      • air-interpreter-interface bumped from 0.15.1 to 0.15.2

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

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 new cid field in the InterpreterOutcome.

[0.28.0] - 2022-12-21

Changed

  • Bump version of avm-interpreter-interface to 0.12.0: it has a new cid field in the InterpreterOutcome.

[0.27.0] - 2022-11-22

Added

  • Add current_peer_id field to the ParticleParameters

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)