Skip to content

Commit bf02a9e

Browse files
committed
Release version 2.3.0
1 parent 89d702a commit bf02a9e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## unreleased
4+
5+
## Version 2.3.0
46
- Suppress wrongly reported leaks in the Rust standard library versions 1.83 and 1.86 ([#121](https://github.com/jfrimmel/cargo-valgrind/pull/121))
57
- Add more helpful error message if the program under test overflows its stack ([#93](https://github.com/jfrimmel/cargo-valgrind/pull/93))
68
- Perform LTO on release ([#109](https://github.com/jfrimmel/cargo-valgrind/pull/109))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-valgrind"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
authors = ["Julian Frimmel <julian.frimmel@gmail.com>"]
55
edition = "2018"
66
rust-version = "1.58.1"

0 commit comments

Comments
 (0)