Skip to content

Commit 46e472d

Browse files
committed
Release 0.7.0
1 parent 3e3ee06 commit 46e472d

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
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.7.0] - 2020-02-21
910
### Added
1011
- Cargo's v2 Cargo.lock format is now supported
1112

@@ -72,7 +73,8 @@ for a user specified amount of time, rather than always
7273
- Initial add of `cargo-fetcher`
7374

7475
<!-- next-url -->
75-
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.1...HEAD
76+
[Unreleased]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.7.0...HEAD
77+
[0.7.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.1...0.7.0
7678
[0.6.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.6.0...0.6.1
7779
[0.6.0]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.5.1...0.6.0
7880
[0.5.1]: https://github.com/EmbarkStudios/cargo-fetcher/compare/0.5.0...0.5.1

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.6.1"
3+
version = "0.7.0"
44
authors = ["Embark <opensource@embark-studios.com>", "Jake Shadle <jake.shadle@embark-studios.com>"]
55
edition = "2018"
66
description = "🎁 Experimental alternative to cargo fetch"

0 commit comments

Comments
 (0)