# 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). ## [Unreleased] ## [0.8.5](https://github.com/loambuild/loam/compare/loam-sdk-macro-v0.8.4...loam-sdk-macro-v0.8.5) - 2024-09-30 ### Fixed - use testutils if the target isn't Wasm ([#164](https://github.com/loambuild/loam/pull/164)) ## [0.8.4](https://github.com/loambuild/loam/compare/loam-sdk-macro-v0.8.3...loam-sdk-macro-v0.8.4) - 2024-09-24 ### Added - add `stellar_asset!` macro. Resolves a token client at compile ([#133](https://github.com/loambuild/loam/pull/133)) ## [0.8.3](https://github.com/loambuild/loam/compare/loam-sdk-macro-v0.8.2...loam-sdk-macro-v0.8.3) - 2024-08-02 ### Other - add urls to cargo.toml files ([#140](https://github.com/loambuild/loam/pull/140)) ## [0.8.2](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.8.1...loam-sdk-macro-v0.8.2) - 2024-07-13 ### Other - updated the following local packages: loam-build ## [0.8.1](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.8.0...loam-sdk-macro-v0.8.1) - 2024-07-13 ### Added - add `derive_contract` to make it macro more explicit ([#93](https://github.com/loambuild/loam-sdk/pull/93)) ### Other - cargo fmt and clippy -Dpedantic fixes, add to CI ([#89](https://github.com/loambuild/loam-sdk/pull/89)) ## [0.8.0](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.7.0...loam-sdk-macro-v0.8.0) - 2024-05-21 ### Added - [**breaking**] rename riff to subcontract ([#48](https://github.com/loambuild/loam-sdk/pull/48)) ### Other - Add and edits readmes ([#47](https://github.com/loambuild/loam-sdk/pull/47)) ## [0.7.0](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.6.4...loam-sdk-macro-v0.7.0) - 2024-03-22 ### Added - [**breaking**] rename Owner to Admin ([#37](https://github.com/loambuild/loam-sdk/pull/37)) - use crate_path to use `loam_sdk::soroban_sdk` ([#38](https://github.com/loambuild/loam-sdk/pull/38)) ## [0.6.4](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.6.3...loam-sdk-macro-v0.6.4) - 2023-09-01 ### Fixed - use versions directly so they get bumped by release ([#24](https://github.com/loambuild/loam-sdk/pull/24)) ## [0.6.3](https://github.com/loambuild/loam-sdk/compare/loam-sdk-macro-v0.6.2...loam-sdk-macro-v0.6.3) - 2023-09-01 ### Other - release ([#15](https://github.com/loambuild/loam-sdk/pull/15)) ## [0.6.2](https://github.com/loambuild/loam-sdk/releases/tag/loam-sdk-macro-v0.6.2) - 2023-08-31 ### Added - add contract_import macro and refactor to make clippy happy ([#13](https://github.com/loambuild/loam-sdk/pull/13)) ### Fixed - add versions to workspace deps in root Cargo.toml ([#19](https://github.com/loambuild/loam-sdk/pull/19)) - use actual versions ([#18](https://github.com/loambuild/loam-sdk/pull/18)) - use correct versions ([#17](https://github.com/loambuild/loam-sdk/pull/17)) - added description and license for crates ### Other - Prepare for publishing ([#12](https://github.com/loambuild/loam-sdk/pull/12))