chore: release master (#751)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.55.0
This commit is contained in:
fluencebot
2023-12-12 19:15:36 +02:00
committed by GitHub
parent 05fda3ee16
commit 17d7ef6c5a
42 changed files with 463 additions and 138 deletions

View File

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.15.2](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.15.1...air-interpreter-interface-v0.15.2) (2023-12-12)
### Bug Fixes
* **deps:** update rust crate marine-rs-sdk to 0.10.2 ([#733](https://github.com/fluencelabs/aquavm/issues/733)) ([05fda3e](https://github.com/fluencelabs/aquavm/commit/05fda3ee16d5d15e7af542a0d69d998d17827c15))
## [0.15.1](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.15.0...air-interpreter-interface-v0.15.1) (2023-09-21)

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.15.1"
version = "0.15.2"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"