Skip to content

Commit 8c36bc0

Browse files
committed
Bump version
1 parent 9618f65 commit 8c36bc0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
- Don't warn about tarballs that have already been unpacked ([#150](https://github.com/trailofbits/anchor-coverage/pull/150))
6+
37
## 0.3.0
48

59
- Warn when `debug = true` cannot be found under `[profile.release]` ([#145](https://github.com/trailofbits/anchor-coverage/pull/145))

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 = "anchor-coverage"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Samuel Moelius <[email protected]>"]
55
description = "A wrapper around `anchor test` for computing test coverage"
66
edition = "2024"

0 commit comments

Comments
 (0)