# Changelog ## [0.9.0](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.8.2...marine-rs-sdk-test-v0.9.0) (2023-03-17) ### ⚠ BREAKING CHANGES * **runtime:** update marine ([#64](https://github.com/fluencelabs/marine-rs-sdk-test/issues/64)) ### Features * **runtime:** update marine ([#64](https://github.com/fluencelabs/marine-rs-sdk-test/issues/64)) ([68e86c7](https://github.com/fluencelabs/marine-rs-sdk-test/commit/68e86c7bdb1ddc69d562bbd34b3f8d94de902bd5)) ## [0.8.2](https://github.com/fluencelabs/marine-rs-sdk-test/compare/marine-rs-sdk-test-v0.8.1...marine-rs-sdk-test-v0.8.2) (2023-02-21) ### Bug Fixes * **deps:** update rust crate fluence-app-service to 0.23.1 ([#50](https://github.com/fluencelabs/marine-rs-sdk-test/issues/50)) ([1167214](https://github.com/fluencelabs/marine-rs-sdk-test/commit/11672142621d79293ec17f6ae56e4d48fc4ec835)) * **deps:** update rust crate marine-it-parser to 0.11.1 ([#41](https://github.com/fluencelabs/marine-rs-sdk-test/issues/41)) ([0baeb86](https://github.com/fluencelabs/marine-rs-sdk-test/commit/0baeb863cc066cb5efb72e28986aac1408e08c9b)) ## Version 0.4.0 (2021-10-18) [PR 10](https://github.com/fluencelabs/marine-rs-sdk-test/pull/10): - multi-service `marine_test` can now be applied to a `mod` instead of a `fn` - added `generate_marine_test_env` function for generating `marine_test_env` in `build.rs`. It generates the same `marine_test_env` as the multi-service `marine_test` does and has similar interface. This will allow IDE support. - added `include_test_env!` declarative macro for including generated `marine_test_env` in the project ## Version 0.3.0 (2021-10-04) [PR 61](https://github.com/fluencelabs/marine-rs-sdk/pull/61): Implemented the first part of [Issue 57](https://github.com/fluencelabs/marine-rs-sdk/issues/57): `marine_test` now can take several named services in attributes, then define interface to the services in `marine_test_env`. ## Version 0.2.0 (2021-09-01) [PR 54](https://github.com/fluencelabs/marine-rs-sdk/pull/54): - previously test function accessed module interfaces through externally defined variables, now module interfaces are passed as arguments. - introduced generated module `marine_test_env` which provides interface for generated structs and functions.