mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
61 lines
2.6 KiB
Markdown
61 lines
2.6 KiB
Markdown
# Changelog
|
|
|
|
## [0.8.0](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.7.1...marine-module-interface-v0.8.0) (2023-11-07)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* **versions:** enforce minor version bumps ([#397](https://github.com/fluencelabs/marine/issues/397))
|
|
* propagate errors from linked modules ([#388](https://github.com/fluencelabs/marine/issues/388))
|
|
|
|
### Features
|
|
|
|
* **deps:** update rust crate anyhow to 1.0.75 ([#372](https://github.com/fluencelabs/marine/issues/372)) ([44b8e96](https://github.com/fluencelabs/marine/commit/44b8e96362cacc3d48a8a765fdd2c7aeb4fe695d))
|
|
* **deps:** update rust crate semver to 1.0.20 ([7b666ae](https://github.com/fluencelabs/marine/commit/7b666aeb40590cccda2d9a542024cf0928d9b2fa))
|
|
* **deps:** update rust crate thiserror to 1.0.50 ([0b88b23](https://github.com/fluencelabs/marine/commit/0b88b236015320972315b1bd7ae07f5277d6acbd))
|
|
* propagate errors from linked modules ([#388](https://github.com/fluencelabs/marine/issues/388)) ([a94494b](https://github.com/fluencelabs/marine/commit/a94494b042e32e284790d4ddc650e3086f6ab600))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **versions:** enforce minor version bumps ([#397](https://github.com/fluencelabs/marine/issues/397)) ([8c217c7](https://github.com/fluencelabs/marine/commit/8c217c7c3d367f6dcb6abeea0b54de88dbd17be5))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* marine-it-interfaces bumped from 0.10.0 to 0.9.0
|
|
|
|
## [0.7.1](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.7.0...marine-module-interface-v0.7.1) (2023-04-04)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **release-please:** Get rid of workspace.dependencies ([#316](https://github.com/fluencelabs/marine/issues/316)) ([71835e6](https://github.com/fluencelabs/marine/commit/71835e6762515a83cde1cc944d60352a4c1221f5))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* marine-it-interfaces bumped from 0.8.0 to 0.8.1
|
|
|
|
## [0.7.0](https://github.com/fluencelabs/marine/compare/marine-module-interface-v0.6.1...marine-module-interface-v0.7.0) (2023-03-14)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* decouple wasmer from Marine, replace it with generic backend interface ([#219](https://github.com/fluencelabs/marine/issues/219))
|
|
|
|
### Features
|
|
|
|
* decouple wasmer from Marine, replace it with generic backend interface ([#219](https://github.com/fluencelabs/marine/issues/219)) ([d3a773d](https://github.com/fluencelabs/marine/commit/d3a773df4f7ec80ab8146f68922802a4b9a450d0))
|
|
|
|
|
|
### Dependencies
|
|
|
|
* The following workspace dependencies were updated
|
|
* dependencies
|
|
* marine-it-interfaces bumped from 0.7.3 to 0.8.0
|