Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 30, 2024
1 parent 5814b23 commit 3669152
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.5.1

- Clone but do not checkout repositories. **WARNING: This change causes the cache to be rebuilt.** Prior to this change, `cargo-unmaintained` could not handle repositories containing paths not supported by the host filesystem. This bug was observed on Windows (e.g., NTFS). Thanks to [@elopez](https://github.com/elopez) whose suggestions contributed to the fix. ([4dc9dc7](https://github.com/trailofbits/cargo-unmaintained/commit/4dc9dc708ffc414f253736616005e1b3aa7ee291))
- Update list of [known problems](https://github.com/trailofbits/cargo-unmaintained?tab=readme-ov-file#known-problems) in README.md ([#451](https://github.com/trailofbits/cargo-unmaintained/pull/451))

## 1.5.0

- Clarify "newer version is available" message ([#394](https://github.com/trailofbits/cargo-unmaintained/pull/394))
Expand Down
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-unmaintained"
version = "1.5.0"
version = "1.5.1"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit 3669152

Please sign in to comment.