chore: release master (#668)

* chore: release master

* chore: Bump air-interpreter version to 0.44.0
This commit is contained in:
fluencebot
2023-08-17 16:06:59 +03:00
committed by GitHub
parent e34ca071b0
commit 27a99fcca0
29 changed files with 244 additions and 34 deletions

View File

@ -4,6 +4,17 @@ 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.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.14.0...air-interpreter-interface-v0.15.0) (2023-08-17)
### ⚠ BREAKING CHANGES
* update marine-rs-sdk minor version
### Features
* update marine-rs-sdk minor version ([4b4e3bd](https://github.com/fluencelabs/aquavm/commit/4b4e3bde839d1167ea559d49b183d1a76bc93439))
## [0.14.0](https://github.com/fluencelabs/aquavm/compare/air-interpreter-interface-v0.13.0...air-interpreter-interface-v0.14.0) (2023-06-22)

View File

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