diff --git a/CHANGELOG.md b/CHANGELOG.md index fb922b2..6c2dbc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/eopb/cargo-override/compare/v0.0.2...v0.0.3) - 2024-09-08 + +### Fixed + +- Missing styling in CLI help text + +### Other + +- Introduced nix flake installation method +- Started running tests on MacOS in CI + ## [0.0.2](https://github.com/eopb/cargo-override/compare/v0.0.1...v0.0.2) - 2024-09-04 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3da8f62..3872772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ dependencies = [ [[package]] name = "cargo-override" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index d3e8d75..4df7bef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-override" -version = "0.0.2" +version = "0.0.3" edition = "2021" rust-version = "1.79" license = "Apache-2.0 OR MIT"