# 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.6](https://github.com/loambuild/loam-sdk/compare/loam-sdk-ft-v0.6.5...loam-sdk-ft-v0.6.6) - 2024-03-22 ### Other - release ## [0.6.5](https://github.com/loambuild/loam-sdk/compare/loam-sdk-ft-v0.6.4...loam-sdk-ft-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-sdk-ft-v0.6.3...loam-sdk-ft-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.2](https://github.com/loambuild/loam-sdk/releases/tag/loam-sdk-ft-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)) - soroban_contract macro ([#5](https://github.com/loambuild/loam-sdk/pull/5)) ### 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 - remove print in macro; calc example, and cleanup ([#6](https://github.com/loambuild/loam-sdk/pull/6))