# 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.3.0](https://github.com/near/near-token-rs/compare/v0.2.1...v0.3.0) - 2024-08-12 ### Other - Extended the range of supported interactive-clap versions >=0.2,<0.4 ([#11](https://github.com/near/near-token-rs/pull/11)) ## [0.2.3](https://github.com/near/near-token-rs/compare/v0.2.1...v0.2.3) - 2024-08-12 (yanked due to [invalid interactive-clap version](https://users.rust-lang.org/t/cargo-duplicating-dependency-when-it-seems-like-it-shouldnt-be/87883/6) gets pulled in new projects) ### Other - Extended the range of supported interactive-clap versions >=0.2,<0.4 ([#11](https://github.com/near/near-token-rs/pull/11)) ## [0.2.2](https://github.com/near/near-token-rs/compare/v0.2.1...v0.2.2) - 2024-08-12 (yanked due to invalid interactive-clap version range) ### Other - Extended the range of supported interactive-clap versions ([#11](https://github.com/near/near-token-rs/pull/11)) ## [0.2.1](https://github.com/near/near-token-rs/compare/v0.2.0...v0.2.1) - 2024-07-31 ### Added - Added a new method `exact_amount_display` ([#9](https://github.com/near/near-token-rs/pull/9)) ## [0.2.0](https://github.com/near/near-token-rs/compare/v0.1.0...v0.2.0) - 2023-10-28 ### Other - [**breaking**] Renamed NearTokenError variants and implemented std::error::Error and Display traits for it ([#8](https://github.com/near/near-token-rs/pull/8)) - Added more examples to `README.md` ([#6](https://github.com/near/near-token-rs/pull/6))