Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 17, 2024
1 parent 54616e5 commit 23f798d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 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`)
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 23f798d

Please sign in to comment.