diff --git a/CHANGELOG.md b/CHANGELOG.md index 1768966..6a9a938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-12-22 + +### Added +- make cli look nice + ## [0.2.4] - 2024-12-22 ### Other diff --git a/Cargo.toml b/Cargo.toml index 60549ff..ab87c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,4 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.4" +version = "0.3.0"