diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b0495..f9b359f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.0](https://github.com/BentBr/rusty_dev_tool/compare/v0.9.5...v0.10.0) (2025-09-25) + + +### Features + +* just a little push to have the ci run ([7b83412](https://github.com/BentBr/rusty_dev_tool/commit/7b83412968fdab0644ecf82b8166a46e729cb213)) +* just a little push to have the ci run ([#63](https://github.com/BentBr/rusty_dev_tool/issues/63)) ([ee5e2a1](https://github.com/BentBr/rusty_dev_tool/commit/ee5e2a180c6556f3128bff466fa46a5d7dda5e5b)) + ## [0.9.5](https://github.com/BentBr/rusty_dev_tool/compare/v0.9.4...v0.9.5) (2024-08-14) diff --git a/Cargo.lock b/Cargo.lock index 27bef3a..f93dd5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "rusty_dev_tool" -version = "0.9.5" +version = "0.10.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 541abb0..097fa6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_dev_tool" -version = "0.9.5" +version = "0.10.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html