From 229fa9fcd735cf06c7444a87fc5f2f5bc0e9d755 Mon Sep 17 00:00:00 2001 From: Julian Frimmel Date: Sun, 6 Oct 2019 12:38:37 +0200 Subject: [PATCH] Updatedversion number. --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff1810..9d72186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## Version 1.2.2 - Better error message if valgrind is not found - support multiple feature flags, similar to normal `cargo` - support comma separation of features, similar to normal `cargo` diff --git a/Cargo.lock b/Cargo.lock index 6cf4f89..081fa80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-valgrind" -version = "1.2.1" +version = "1.2.2" dependencies = [ "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2adff03..d458fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-valgrind" -version = "1.2.1" +version = "1.2.2" authors = ["Julian Frimmel "] edition = "2018" description = "A cargo subcommand for running valgrind"