# 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.7.8](https://github.com/loambuild/loam/compare/loam-subcontract-core-v0.7.7...loam-subcontract-core-v0.7.8) - 2024-09-30 ### Other - release ([#161](https://github.com/loambuild/loam/pull/161)) ## [0.7.7](https://github.com/loambuild/loam/compare/loam-subcontract-core-v0.7.6...loam-subcontract-core-v0.7.7) - 2024-08-02 ### Other - add urls to cargo.toml files ([#140](https://github.com/loambuild/loam/pull/140)) ## [0.7.6](https://github.com/loambuild/loam/compare/loam-subcontract-core-v0.7.5...loam-subcontract-core-v0.7.6) - 2024-07-20 ### Other - release ([#124](https://github.com/loambuild/loam/pull/124)) ## [0.7.5](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.4...loam-subcontract-core-v0.7.5) - 2024-07-15 ### Fixed - *(subcontract-core)* doc typo "redepoly" ([#113](https://github.com/loambuild/loam-sdk/pull/113)) ## [0.7.4](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.3...loam-subcontract-core-v0.7.4) - 2024-07-15 ### Other - updated the following local packages: loam-sdk ## [0.7.3](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.2...loam-subcontract-core-v0.7.3) - 2024-07-13 ### Other - cargo fmt and clippy -Dpedantic fixes, add to CI ([#89](https://github.com/loambuild/loam-sdk/pull/89)) ## [0.7.2](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.1...loam-subcontract-core-v0.7.2) - 2024-06-21 ### Other - updated the following local packages: loam-sdk ## [0.7.1](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.7.0...loam-subcontract-core-v0.7.1) - 2024-06-04 ### Other - release ([#54](https://github.com/loambuild/loam-sdk/pull/54)) ## [0.7.0](https://github.com/loambuild/loam-sdk/releases/tag/loam-subcontract-core-v0.7.0) - 2024-05-23 ### Other - release ([#52](https://github.com/loambuild/loam-sdk/pull/52)) - Add and edits readmes ([#47](https://github.com/loambuild/loam-sdk/pull/47)) ## [0.7.0](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.6.5...loam-subcontract-core-v0.7.0) - 2024-03-22 ### Added - [**breaking**] rename Owner to Admin ([#37](https://github.com/loambuild/loam-sdk/pull/37)) ### Other - release ## [0.6.5](https://github.com/loambuild/loam-sdk/compare/loam-subcontract-core-v0.6.4...loam-subcontract-core-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-subcontract-core-v0.6.3...loam-subcontract-core-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-subcontract-core-v0.6.2...loam-subcontract-core-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-subcontract-core-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)) - soroban_contract macro ([#5](https://github.com/loambuild/loam-sdk/pull/5)) - loam macro ([#4](https://github.com/loambuild/loam-sdk/pull/4)) - 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 - 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 - Owner's type should to included in the generated XDR ([#9](https://github.com/loambuild/loam-sdk/pull/9)) ### Other - update README ([#3](https://github.com/loambuild/loam-sdk/pull/3)) - initial