From 780e5f725760c16f13e63ea4830cf89e0489092a Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sun, 2 Nov 2025 08:40:45 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d683a21..24de88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.1 + +- Don't warn about tarballs that have already been unpacked ([#150](https://github.com/trailofbits/anchor-coverage/pull/150)) + ## 0.3.0 - Warn when `debug = true` cannot be found under `[profile.release]` ([#145](https://github.com/trailofbits/anchor-coverage/pull/145)) diff --git a/Cargo.lock b/Cargo.lock index f431cce..b35d250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "anchor-coverage" -version = "0.3.0" +version = "0.3.1" dependencies = [ "addr2line", "anchor-client", diff --git a/Cargo.toml b/Cargo.toml index fd25497..ef2ee5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anchor-coverage" -version = "0.3.0" +version = "0.3.1" authors = ["Samuel Moelius "] description = "A wrapper around `anchor test` for computing test coverage" edition = "2024"