Skip to content

Latest commit

 

History

History
108 lines (68 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

108 lines (68 loc) · 4.28 KB

Changelog

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.

[Unreleased]

0.6.16 - 2025-01-22

Added

  • loam storage (#177)

Other

  • upgrade to stellar-cli v22.0 (#173)
  • release (#162)

0.6.15 - 2024-09-24

Added

  • add stellar_asset! macro. Resolves a token client at compile (#133)

0.6.14 - 2024-08-02

Other

  • add urls to cargo.toml files (#140)

0.6.13 - 2024-07-20

Other

  • update stellar deps (#118)

0.6.12 - 2024-07-15

Other

0.6.11 - 2024-07-13

Other

  • cargo fmt and clippy -Dpedantic fixes, add to CI (#89)

0.6.10 - 2024-06-21

Added

  • add new build_clients logic (#42)

0.6.9 - 2024-06-04

Added

  • expose alloc feature from soroban-sdk (#57)

0.6.8 - 2024-05-21

Added

  • Update dependencies versions to latest (#51)

Other

  • Add and edits readmes (#47)

0.6.7 - 2024-03-22

Added

  • update soroban-sdk

0.6.6 - 2024-01-09

Added

  • update loam-soroban-sdk

0.6.5 - 2023-09-22

Added

  • update soroban-sdk (#29)

0.6.4 - 2023-09-01

Fixed

  • use versions directly so they get bumped by release (#24)

0.6.3 - 2023-09-01

Fixed

  • comment to trigger publishing (#23)
  • use alloc feature for soroban_sdk (#21)

Other

  • release (#15)

0.6.2 - 2023-08-31

Added

  • 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)

Fixed

  • use correct versions (#17)
  • added description and license for crates
  • remove print in macro; calc example, and cleanup (#6)

Other

  • Feat/update to 0.8.4 (#10)
  • initial