Skip to content

Commit

Permalink
Release 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 22, 2023
1 parent b46520d commit 7c32aa3
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.5] - 2023-08-22
### Fixed
- [PR#187](https://github.com/EmbarkStudios/cargo-fetcher/pull/187) resolved [#186](https://github.com/EmbarkStudios/cargo-fetcher/issues/186) by actually doing the correct thing when parsing configs and setting up registry sources.

Expand Down Expand Up @@ -147,7 +148,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.4...HEAD
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...HEAD
[0.14.5]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.4...0.14.5
[0.14.4]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.3...0.14.4
[0.14.3]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...0.14.3
[0.14.2]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.1...0.14.2
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.4"
version = "0.14.5"
authors = [
"Embark <opensource@embark-studios.com>",
"Jake Shadle <jake.shadle@embark-studios.com>",
Expand Down

0 comments on commit 7c32aa3

Please sign in to comment.