Skip to content

Commit

Permalink
Release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 15, 2023
1 parent 7650a0b commit 8597f7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.14.2] - 2023-08-15
### Fixed
- [PR#183](https://github.com/EmbarkStudios/cargo-fetcher/pull/183) fixed an issue where submodule `HEAD`s did not reflect the actual checkout, causing cargo to resync them even though it didn't need to.

Expand Down Expand Up @@ -135,7 +136,8 @@ for a user specified amount of time, rather than always
- Initial add of `cargo-fetcher`

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...HEAD
[0.14.2]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...0.14.2
[0.14.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.0...0.14.1
[0.14.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.1...0.14.0
[0.13.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.0...0.13.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-fetcher"
version = "0.14.1"
version = "0.14.2"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 8597f7e

Please sign in to comment.