Skip to content

Commit 988078b

Browse files
committed
Release 0.14.6
1 parent 76a4f41 commit 988078b

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.6] - 2023-08-23
1112
### Changed
1213
- [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.
1314

@@ -151,7 +152,8 @@ for a user specified amount of time, rather than always
151152
- Initial add of `cargo-fetcher`
152153

153154
<!-- next-url -->
154-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...HEAD
155+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.6...HEAD
156+
[0.14.6]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.5...0.14.6
155157
[0.14.5]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.4...0.14.5
156158
[0.14.4]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.3...0.14.4
157159
[0.14.3]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.14.2...0.14.3

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.5"
3+
version = "0.14.6"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)