Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrimmel committed Sep 17, 2024
1 parent 68d3d75 commit c1598e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## unreleased

## Version 2.2.0
- Don't crash on valgrind output with multiple stack traces (e.g. an invalid read as in [#80](https://github.com/jfrimmel/cargo-valgrind/pull/80))
- Display auxiliary information and stack traces if available ([#81](https://github.com/jfrimmel/cargo-valgrind/pull/81))
- Update dependencies and CI configuration to fix vulnerabilities (`atty` and `actions/checkout`)

## Version 2.1.0
- Support passing additional flags to valgrind via the `VALGRINDFLAGS` env var
- Accept more Valgrind XML output (leading to fewer panics)
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 = "2.1.0"
version = "2.2.0"
authors = ["Julian Frimmel <julian.frimmel@gmail.com>"]
edition = "2018"
description = "A cargo subcommand for running valgrind"
Expand Down

0 comments on commit c1598e8

Please sign in to comment.