Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
This commit updates the version of `cargo-valgrind` to 2.0.0. The major
number was increased, as the CLI (and thus the user API) did change.
  • Loading branch information
jfrimmel committed Mar 17, 2021
1 parent f90e180 commit 2da5213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## Version 2.0.0
Breaking API and CLI change!
- Support running _every_ `cargo` executable (binary, unit tests, doctests, ...)
- changed command line
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-valgrind"
version = "1.3.0"
version = "2.0.0"
authors = ["Julian Frimmel <julian.frimmel@gmail.com>"]
edition = "2018"
description = "A cargo subcommand for running valgrind"
Expand Down

0 comments on commit 2da5213

Please sign in to comment.