mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
* chore: release master * chore: Regenerate Cargo.lock * chore: Bump marine-js version to 0.5.0
3.3 KiB
3.3 KiB
Changelog
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.7.3 to 0.8.0
- marine-module-interface bumped from 0.6.1 to 0.7.0
- marine-utils bumped from 0.4.0 to 0.5.0
- marine-min-it-version bumped from 0.2.1 to 0.3.0
- it-json-serde bumped from 0.3.5 to 0.4.0
- dependencies
0.5.0 (2023-07-25)
⚠ BREAKING CHANGES
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332)
Features
- marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332) (a61ddfc)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-js-backend bumped from 0.1.0 to 0.1.1
- dependencies
0.4.1 (2023-04-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- marine-it-interfaces bumped from 0.8.0 to 0.8.1
- marine-module-interface bumped from 0.7.0 to 0.7.1
- it-json-serde bumped from 0.4.0 to 0.4.1
- dependencies
0.4.0 (2023-03-14)
⚠ BREAKING CHANGES
- decouple wasmer from Marine, replace it with generic backend interface (#219)