Skip to content

Commit c0de5b2

Browse files
committed
Bump version
1 parent f170740 commit c0de5b2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.1.1
4+
5+
- Properly handle package names with hyphens—thanks [0xalpharush](https://github.com/0xalpharush) for reporting the bug and submitting the fix ([#37](https://github.com/trailofbits/cargo-line-test/pull/37))
6+
- Check that line-test.db/packages exists when trying to read line-test.db ([ebe2fb1](https://github.com/trailofbits/cargo-line-test/commit/ebe2fb110eaeb2255d919c838edcc078a0147467))
7+
8+
## 0.1.0
9+
10+
- 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 = "cargo-line-test"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Samuel Moelius <[email protected]>"]
55
description = "Run tests by the lines they exercise"
66
edition = "2021"

0 commit comments

Comments
 (0)