All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.16 - 2025-01-22
- loam storage (#177)
- upgrade to stellar-cli v22.0 (#173)
- release (#162)
0.6.15 - 2024-09-24
- add
stellar_asset!
macro. Resolves a token client at compile (#133)
0.6.14 - 2024-08-02
- add urls to cargo.toml files (#140)
0.6.13 - 2024-07-20
- update stellar deps (#118)
0.6.12 - 2024-07-15
- release (#107)
0.6.11 - 2024-07-13
- cargo fmt and clippy -Dpedantic fixes, add to CI (#89)
0.6.10 - 2024-06-21
- add new build_clients logic (#42)
0.6.9 - 2024-06-04
- expose alloc feature from soroban-sdk (#57)
0.6.8 - 2024-05-21
- Update dependencies versions to latest (#51)
- Add and edits readmes (#47)
0.6.7 - 2024-03-22
- update soroban-sdk
0.6.6 - 2024-01-09
- update loam-soroban-sdk
0.6.5 - 2023-09-22
- update soroban-sdk (#29)
0.6.4 - 2023-09-01
- use versions directly so they get bumped by release (#24)
0.6.3 - 2023-09-01
- release (#15)
0.6.2 - 2023-08-31
- add CLI with build command and update soroban-sdk (#11)
- [breaking] get_env -> env, and loam -> riff (#7)
- pin CLI binary (#2)
- add Ownable, Redeployable (#1)
- use correct versions (#17)
- added description and license for crates
- remove print in macro; calc example, and cleanup (#6)
- Feat/update to 0.8.4 (#10)
- initial