Skip to content

Commit 88cd07a

Browse files
committed
Release 0.13.1
1 parent edabb1c commit 88cd07a

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.13.1] - 2023-01-10
1112
### Changed
1213
- [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.
1314

@@ -119,7 +120,8 @@ for a user specified amount of time, rather than always
119120
- Initial add of `cargo-fetcher`
120121

121122
<!-- next-url -->
122-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.0...HEAD
123+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.1...HEAD
124+
[0.13.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.13.0...0.13.1
123125
[0.13.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.12.1...0.13.0
124126
[0.12.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.12.0...0.12.1
125127
[0.12.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.11.0...0.12.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.13.0"
3+
version = "0.13.1"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)