Skip to content

Commit 216f96c

Browse files
committed
Bump version
1 parent 7729985 commit 216f96c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.8.0
4+
5+
- FEATURE: Add `--purge` option to remove `$HOME/.cache/cargo-unmaintained` ([#551](https://github.com/trailofbits/cargo-unmaintained/pull/551))—thanks [@fabiocarlos97](https://github.com/fabiocarlos97)
6+
- Unpin `crate-index` dependency and upgrade it to version 3.8 ([#554](https://github.com/trailofbits/cargo-unmaintained/pull/554))
7+
38
## 1.7.0
49

510
- Add note to README.md about why a package could be flagged one day but not the next ([68ce0e0](https://github.com/trailofbits/cargo-unmaintained/commit/68ce0e03285139593d33a5859d85bc8d1146c206))

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-unmaintained"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
authors = ["Samuel Moelius <[email protected]>"]
55
description = "Find unmaintained packages in Rust projects"
66
edition = "2024"

0 commit comments

Comments
 (0)