Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed May 29, 2020
1 parent fe55e72 commit 6f7e79e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f7e79e

Please sign in to comment.