Skip to content

Commit aac7563

Browse files
committed
Bump version
1 parent 7c22e3f commit aac7563

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.2.0
4+
5+
- 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))
6+
37
## 0.1.1
48

59
- Use Anchor 0.32 ([#128](https://github.com/trailofbits/anchor-coverage/pull/128)) plus various internal improvements

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.1.1"
3+
version = "0.2.0"
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)