diff --git a/packages/iocraft/CHANGELOG.md b/packages/iocraft/CHANGELOG.md index 0421531..c66ef20 100644 --- a/packages/iocraft/CHANGELOG.md +++ b/packages/iocraft/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1](https://github.com/ccbrown/iocraft/compare/iocraft-v0.5.0...iocraft-v0.5.1) - 2024-12-20 + +### Added + +- add write function to State (#45) + +### Fixed + +- rename extend function to avoid std conflicts (#46) + +### Other + +- rust 1.83 clippy fixes (#47) +- use core instead of std where possible + ## [0.5.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.4.1...iocraft-v0.5.0) - 2024-12-10 ### Added diff --git a/packages/iocraft/Cargo.toml b/packages/iocraft/Cargo.toml index e663786..ca77024 100644 --- a/packages/iocraft/Cargo.toml +++ b/packages/iocraft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iocraft" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API."