From 7a1b3640491b0d183651d638578bac2c45f4c4ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:46:29 -0800 Subject: [PATCH] chore(iocraft): release v0.4.1 (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/iocraft/CHANGELOG.md | 6 ++++++ packages/iocraft/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/iocraft/CHANGELOG.md b/packages/iocraft/CHANGELOG.md index 995b9bb..cd2abaa 100644 --- a/packages/iocraft/CHANGELOG.md +++ b/packages/iocraft/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/ccbrown/iocraft/compare/iocraft-v0.4.0...iocraft-v0.4.1) - 2024-12-05 + +### Added + +- enable "std" feature for taffy ([#35](https://github.com/ccbrown/iocraft/pull/35)) + ## [0.4.0](https://github.com/ccbrown/iocraft/compare/iocraft-v0.3.2...iocraft-v0.4.0) - 2024-11-01 ### Other diff --git a/packages/iocraft/Cargo.toml b/packages/iocraft/Cargo.toml index 1751a0b..04fc4be 100644 --- a/packages/iocraft/Cargo.toml +++ b/packages/iocraft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iocraft" -version = "0.4.0" +version = "0.4.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."