Skip to content

Commit

Permalink
Release 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 23, 2023
1 parent 76a4f41 commit 988078b
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.6] - 2023-08-23
### Changed
- [PR#187](https://github.com/EmbarkStudios/cargo-fetcher/pull/187) updated dependencies, including the fix for [RUSTSEC-2023-0053](https://rustsec.org/advisories/RUSTSEC-2023-0053.html), not that this crate was particularly affected by it.

Expand Down Expand Up @@ -151,7 +152,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.5...HEAD
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.6...HEAD
[0.14.6]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...0.14.6
[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
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.5"
version = "0.14.6"
authors = [
"Embark <[email protected]>",
"Jake Shadle <[email protected]>",
Expand Down

0 comments on commit 988078b

Please sign in to comment.