Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 19, 2025
1 parent f170740 commit c0de5b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.1

- 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))
- Check that line-test.db/packages exists when trying to read line-test.db ([ebe2fb1](https://github.com/trailofbits/cargo-line-test/commit/ebe2fb110eaeb2255d919c838edcc078a0147467))

## 0.1.0

- Initial release
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-line-test"
version = "0.1.0"
version = "0.1.1"
authors = ["Samuel Moelius <[email protected]>"]
description = "Run tests by the lines they exercise"
edition = "2021"
Expand Down

0 comments on commit c0de5b2

Please sign in to comment.