diff --git a/CHANGELOG.md b/CHANGELOG.md index b97d2e0..8d0309a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2026-04-28 + +### Added + +- `rw config doctor` — setup diagnostics for verifying CLI configuration + ## [0.10.1] - 2026-04-28 ### Fixed @@ -120,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the `rw` CLI tool -[Unreleased]: https://github.com/RoundingWell/app-cli/compare/0.10.1...HEAD +[Unreleased]: https://github.com/RoundingWell/app-cli/compare/0.11.0...HEAD +[0.11.0]: https://github.com/RoundingWell/app-cli/compare/0.10.1...0.11.0 [0.10.1]: https://github.com/RoundingWell/app-cli/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/RoundingWell/app-cli/compare/0.9.0...0.10.0 [0.9.0]: https://github.com/RoundingWell/app-cli/compare/0.8.0...0.9.0 diff --git a/Cargo.lock b/Cargo.lock index c755d99..6c871e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2056,7 +2056,7 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "rw" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5d274b7..a79ddde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rw" -version = "0.10.1" +version = "0.11.0" edition = "2021" license = "MIT"