Skip to content

Commit 41d7cf7

Browse files
committed
Bump version
1 parent 400b633 commit 41d7cf7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.1
4+
5+
- Use Anchor 0.32 ([#128](https://github.com/trailofbits/anchor-coverage/pull/128)) plus various internal improvements
6+
7+
## 0.1.0
8+
9+
- Initial release

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.0"
3+
version = "0.1.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)