Skip to content

Commit c3bfcad

Browse files
committed
Release 0.12.0
1 parent d1cef74 commit c3bfcad

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.12.0] - 2022-02-03
1112
### Changed
1213
- [PR#168](https://github.com/EmbarkStudios/cargo-fetcher/pull/168) updated all dependencies.
1314
- [PR#168](https://github.com/EmbarkStudios/cargo-fetcher/pull/168) removed all usage of async/await in favor of blocking HTTP requests and rayon parallelization. This seems to have resulted in noticeable speed ups depending on the size of your workload.
@@ -100,7 +101,8 @@ for a user specified amount of time, rather than always
100101
- Initial add of `cargo-fetcher`
101102

102103
<!-- next-url -->
103-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.11.0...HEAD
104+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.12.0...HEAD
105+
[0.12.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.11.0...0.12.0
104106
[0.11.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.10.0...0.11.0
105107
[0.10.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.9.0...0.10.0
106108
[0.9.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.8.0...0.9.0

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

0 commit comments

Comments
 (0)