Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Jun 14, 2021
1 parent 1be5445 commit 21e0d5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.7.0] - 2021-06-15

* Added command (`--verify`) to verify the MSRV, if defined with the 'package.metadata.msrv' key in the 'Cargo.toml'

[0.7.0]: https://github.com/foresterre/cargo-msrv/compare/v0.6.0...v0.7.0

# [0.6.0] - 2021-05-27

* Added option (`--output-format`) to output the status of the program in a machine-readable format to stdout
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-msrv"
version = "0.6.0"
version = "0.7.0"
authors = ["Martijn Gribnau <[email protected]>"]
description = "Find your minimum supported Rust version (MSRV)!"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 21e0d5c

Please sign in to comment.