Skip to content

Commit

Permalink
Updatedversion number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrimmel committed Oct 6, 2019
1 parent 2066cd2 commit 229fa9f
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 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`
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.2.1"
version = "1.2.2"
authors = ["Julian Frimmel <julian.frimmel@gmail.com>"]
edition = "2018"
description = "A cargo subcommand for running valgrind"
Expand Down

0 comments on commit 229fa9f

Please sign in to comment.