Skip to content

Commit 131277d

Browse files
committed
Bump version
1 parent 8aa2d23 commit 131277d

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.0
4+
5+
- Warn when `debug = true` cannot be found under `[profile.release]` ([#145](https://github.com/trailofbits/anchor-coverage/pull/145))
6+
37
## 0.2.0
48

59
- Provide instructions for using prebuilt patched binaries from `sbpf-coverage` [Releases](https://github.com/trail-of-forks/sbpf-coverage/releases) ([#139](https://github.com/trailofbits/anchor-coverage/pull/139))

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.2.0"
3+
version = "0.3.0"
44
authors = ["Samuel Moelius <sam@moeli.us>"]
55
description = "A wrapper around `anchor test` for computing test coverage"
66
edition = "2024"

0 commit comments

Comments
 (0)