Skip to content

Commit 8597f7e

Browse files
committed
Release 0.14.2
1 parent 7650a0b commit 8597f7e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.14.2] - 2023-08-15
1112
### Fixed
1213
- [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.
1314

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

137138
<!-- next-url -->
138-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...HEAD
139+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...HEAD
140+
[0.14.2]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...0.14.2
139141
[0.14.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.0...0.14.1
140142
[0.14.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.1...0.14.0
141143
[0.13.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.0...0.13.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-fetcher"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)