diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a08cf..35b5a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.4] - 2020-05-29 + +### Fixed + +- A workspace detection bug on Windows + ## [v0.2.3] - 2019-11-14 ### Fixed @@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). First release -[Unreleased]: https://github.com/japaric/cargo-project/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/japaric/cargo-project/compare/v0.2.4...HEAD +[v0.2.4]: https://github.com/japaric/cargo-project/compare/v0.2.3...v0.2.4 [v0.2.3]: https://github.com/japaric/cargo-project/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/japaric/cargo-project/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/japaric/cargo-project/compare/v0.2.0...v0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 1363a52..9fa2639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["Cargo", "project", "subcommand"] license = "MIT OR Apache-2.0" name = "cargo-project" repository = "https://github.com/japaric/cargo-project" -version = "0.2.3" +version = "0.2.4" [dependencies] failure = "0.1.2"