Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 18, 2024
1 parent b109746 commit 711a843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.0

- Add experimental `--json` option to output JSON ([#464](https://github.com/trailofbits/cargo-unmaintained/pull/464))

## 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))
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.1"
version = "1.6.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit 711a843

Please sign in to comment.