2022-09-13 19:08:47 +03:00
# Changelog
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 ).
2024-02-22 13:05:33 +02:00
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.6.0...polyplets-v0.7.0) (2024-02-22)
### ⚠ BREAKING CHANGES
* update marine-rs-sdk to 0.14.0, remove all of json_path remains ([#820 ](https://github.com/fluencelabs/aquavm/issues/820 ))
### Features
* update marine-rs-sdk to 0.14.0, remove all of json_path remains ([#820 ](https://github.com/fluencelabs/aquavm/issues/820 )) ([08e8547 ](https://github.com/fluencelabs/aquavm/commit/08e85478b4716f2ae5f57bc57dcb5d1df63f1b5d ))
2024-01-11 13:56:03 +02:00
## [0.6.0](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.5.2...polyplets-v0.6.0) (2024-01-11)
### ⚠ BREAKING CHANGES
* **data:** Rkyv for `InterprerterData` ([#783 ](https://github.com/fluencelabs/aquavm/issues/783 ))
### Features
* **data:** Rkyv for `InterprerterData` ([#783 ](https://github.com/fluencelabs/aquavm/issues/783 )) ([2e0b54c ](https://github.com/fluencelabs/aquavm/commit/2e0b54c2d415a27d2111587b850e981d8a8bcae2 ))
2024-01-08 12:32:49 +02:00
## [0.5.2](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.5.1...polyplets-v0.5.2) (2024-01-03)
### Bug Fixes
* **deps:** update rust crate marine-call-parameters to 0.10.2 ([#732 ](https://github.com/fluencelabs/aquavm/issues/732 )) ([763bbcb ](https://github.com/fluencelabs/aquavm/commit/763bbcb663ba445ed19431929823e7bfcc6d910c ))
* **deps:** update rust crate marine-call-parameters to 0.10.3 ([#781 ](https://github.com/fluencelabs/aquavm/issues/781 )) ([518bb95 ](https://github.com/fluencelabs/aquavm/commit/518bb95a178ab1508d27b1fa71bd205ef05dea8e ))
2023-09-22 00:46:21 +03:00
## [0.5.1](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.5.0...polyplets-v0.5.1) (2023-09-21)
### Bug Fixes
* **deps:** update rust crate marine-rs-sdk to 0.10.0 ([#640 ](https://github.com/fluencelabs/aquavm/issues/640 )) ([b713e44 ](https://github.com/fluencelabs/aquavm/commit/b713e447fca38e0877a6c0e56bf91880f02bf9e4 ))
2023-08-17 16:06:59 +03:00
## [0.5.0](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.4.0...polyplets-v0.5.0) (2023-08-17)
### ⚠ BREAKING CHANGES
* **polyplets:** move SecurityTetraplets to marine-rs-sdk ([#674 ](https://github.com/fluencelabs/aquavm/issues/674 ))
* update marine-rs-sdk minor version
### Features
* **polyplets:** move SecurityTetraplets to marine-rs-sdk ([#674 ](https://github.com/fluencelabs/aquavm/issues/674 )) ([7a8a460 ](https://github.com/fluencelabs/aquavm/commit/7a8a46057297317e1b776b13d913b0d42ec0a9af ))
* update marine-rs-sdk minor version ([4b4e3bd ](https://github.com/fluencelabs/aquavm/commit/4b4e3bde839d1167ea559d49b183d1a76bc93439 ))
### Bug Fixes
* **deps:** update rust crate marine-macro to 0.8.0 ([#639 ](https://github.com/fluencelabs/aquavm/issues/639 )) ([786b111 ](https://github.com/fluencelabs/aquavm/commit/786b11164272f15c5bf1ad89f2a46b170565902d ))
2023-08-04 00:18:11 +03:00
## [0.3.3](https://github.com/fluencelabs/aquavm/compare/polyplets-v0.3.2...polyplets-v0.3.3) (2023-08-03)
### Bug Fixes
* **deps:** update rust crate marine-macro to 0.8.0 ([#639 ](https://github.com/fluencelabs/aquavm/issues/639 )) ([786b111 ](https://github.com/fluencelabs/aquavm/commit/786b11164272f15c5bf1ad89f2a46b170565902d ))
2022-09-13 19:08:47 +03:00
## [Unreleased]
## [0.3.2] - 2022-09-13
### Other
- Update all non-major Rust dependencies (#321 )
- Update all non-major Rust dependencies (#309 )
- Get rid of unsafe code in the interpreter (#303 )