Skip to content

Commit edabb1c

Browse files
committed
Update CHANGELOG
1 parent 44cb4b9 commit edabb1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
### Changed
12+
- [PR#174](https://github.com/EmbarkStudios/cargo-fetcher/pull/174) made it so that git sources can now be specified however the user likes instead of just supporting the `rev` specifier, as the exact revision is now acquired via the fragment in the source url instead.
13+
14+
### Added
15+
- [PR#174](https://github.com/EmbarkStudios/cargo-fetcher/pull/174) added release binaries for `aarch64-unknown-linux-musl`.
16+
1117
## [0.13.0] - 2022-05-25
1218
### Added
1319
- [PR#172](https://github.com/EmbarkStudios/cargo-fetcher/pull/172) added the `--timeout | CARGO_FETCHER_TIMEOUT` option, allowing control over how long each individual HTTP request is allowed to take. Defaults to 30 seconds, which is the same default timeout as `reqwest`.

0 commit comments

Comments
 (0)