# 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.6.15](https://github.com/loambuild/loam/compare/loam-soroban-sdk-v0.6.14...loam-soroban-sdk-v0.6.15) - 2024-09-24 ### Added - add `stellar_asset!` macro. Resolves a token client at compile ([#133](https://github.com/loambuild/loam/pull/133)) ## [0.6.14](https://github.com/loambuild/loam/compare/loam-soroban-sdk-v0.6.13...loam-soroban-sdk-v0.6.14) - 2024-08-02 ### Other - add urls to cargo.toml files ([#140](https://github.com/loambuild/loam/pull/140)) ## [0.6.13](https://github.com/loambuild/loam/compare/loam-soroban-sdk-v0.6.12...loam-soroban-sdk-v0.6.13) - 2024-07-20 ### Other - update stellar deps ([#118](https://github.com/loambuild/loam/pull/118)) ## [0.6.12](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.11...loam-soroban-sdk-v0.6.12) - 2024-07-15 ### Other - release ([#107](https://github.com/loambuild/loam-sdk/pull/107)) ## [0.6.11](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.10...loam-soroban-sdk-v0.6.11) - 2024-07-13 ### Other - cargo fmt and clippy -Dpedantic fixes, add to CI ([#89](https://github.com/loambuild/loam-sdk/pull/89)) ## [0.6.10](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.9...loam-soroban-sdk-v0.6.10) - 2024-06-21 ### Added - add new build_clients logic ([#42](https://github.com/loambuild/loam-sdk/pull/42)) ## [0.6.9](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.8...loam-soroban-sdk-v0.6.9) - 2024-06-04 ### Added - expose alloc feature from soroban-sdk ([#57](https://github.com/loambuild/loam-sdk/pull/57)) ## [0.6.8](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.7...loam-soroban-sdk-v0.6.8) - 2024-05-21 ### Added - Update dependencies versions to latest ([#51](https://github.com/loambuild/loam-sdk/pull/51)) ### Other - Add and edits readmes ([#47](https://github.com/loambuild/loam-sdk/pull/47)) ## [0.6.7](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.6...loam-soroban-sdk-v0.6.7) - 2024-03-22 ### Added - update soroban-sdk ## [0.6.6](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.5...loam-soroban-sdk-v0.6.6) - 2024-01-09 ### Added - update loam-soroban-sdk ## [0.6.5](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.4...loam-soroban-sdk-v0.6.5) - 2023-09-22 ### Added - update soroban-sdk ([#29](https://github.com/loambuild/loam-sdk/pull/29)) ## [0.6.4](https://github.com/loambuild/loam-sdk/compare/loam-soroban-sdk-v0.6.3...loam-soroban-sdk-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-soroban-sdk-v0.6.2...loam-soroban-sdk-v0.6.3) - 2023-09-01 ### Fixed - comment to trigger publishing ([#23](https://github.com/loambuild/loam-sdk/pull/23)) - use alloc feature for soroban_sdk ([#21](https://github.com/loambuild/loam-sdk/pull/21)) ### Other - release ([#15](https://github.com/loambuild/loam-sdk/pull/15)) ## [0.6.2](https://github.com/loambuild/loam-sdk/releases/tag/loam-soroban-sdk-v0.6.2) - 2023-08-31 ### Added - add CLI with build command and update soroban-sdk ([#11](https://github.com/loambuild/loam-sdk/pull/11)) - [**breaking**] get_env -> env, and loam -> riff ([#7](https://github.com/loambuild/loam-sdk/pull/7)) - pin CLI binary ([#2](https://github.com/loambuild/loam-sdk/pull/2)) - add Ownable, Redeployable ([#1](https://github.com/loambuild/loam-sdk/pull/1)) ### Fixed - use correct versions ([#17](https://github.com/loambuild/loam-sdk/pull/17)) - added description and license for crates - remove print in macro; calc example, and cleanup ([#6](https://github.com/loambuild/loam-sdk/pull/6)) ### Other - Feat/update to 0.8.4 ([#10](https://github.com/loambuild/loam-sdk/pull/10)) - initial