Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

83 lines (52 loc) · 3.46 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.7.1 - 2024-09-30

Other

0.7.0 - 2024-09-24

Added

  • (loam-subcontract-ft) latest sep41 support (#155)

0.6.12 - 2024-08-02

Other

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

0.6.11 - 2024-07-20

Other

0.6.10 - 2024-07-15

Other

  • updated the following local packages: loam-sdk

0.6.9 - 2024-07-13

Other

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

0.6.8 - 2024-06-21

Other

  • updated the following local packages: loam-sdk

0.6.7 - 2024-06-04

Other

  • release (#54)

0.6.6 - 2024-05-23

Other

  • release (#52)
  • Add and edits readmes (#47)

0.6.6 - 2024-03-22

Other

  • release

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.2 - 2023-08-31

Added

  • add CLI with build command and update soroban-sdk (#11)
  • soroban_contract macro (#5)

Fixed

  • add versions to workspace deps in root Cargo.toml (#19)
  • use actual versions (#18)
  • use correct versions (#17)
  • added description and license for crates
  • remove print in macro; calc example, and cleanup (#6)