Skip to content

Commit aea26be

Browse files
committed
Bump version
1 parent 8de40ea commit aea26be

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 2.0.2
4+
- Support absence of `xwhat` in valgrind XML output
5+
36
## Version 2.0.1
47
- Check, if valgrind is installed and print a helpful error if not
58
- Handle other valgrind errors more gracefully

Cargo.lock

+3-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-valgrind"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["Julian Frimmel <[email protected]>"]
55
edition = "2018"
66
description = "A cargo subcommand for running valgrind"

0 commit comments

Comments
 (0)