Skip to content

Commit 0e8be42

Browse files
committed
Bump version
1 parent ed5813d commit 0e8be42

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.8.2
4+
5+
- Update `xdg` to version 3 ([#589](https://github.com/trailofbits/cargo-unmaintained/pull/589))
6+
- Add top level documentation to src/lib.rs and src/bin/cargo-unmaintained.rs ([#594](https://github.com/trailofbits/cargo-unmaintained/pull/594))—thanks [@teresper-eth](https://github.com/teresper-eth)
7+
- Fix doc comment in testing/src/snapbox.rs ([#599](https://github.com/trailofbits/cargo-unmaintained/pull/599))—thanks [@markopiers](https://github.com/markopiers)
8+
- Suggest deleting the crates.io index when `GitIndex::new_cargo_default` returns a `MissingHead` error ([7fe4efd](https://github.com/trailofbits/cargo-unmaintained/commit/7fe4efd29a646bf91f1b8623e59de8c27cdde23a))
9+
310
## 1.8.1
411

512
- The `--purge` option now removes `$HOME/.cache/cargo-unmaintained` rather than `$HOME/.cache/cargo-unmaintained/v2` ([#565](https://github.com/trailofbits/cargo-unmaintained/pull/565))—thanks [@Stereco-btc](https://github.com/Stereco-btc)

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-unmaintained"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
authors = ["Samuel Moelius <sam@moeli.us>"]
55
description = "Find unmaintained packages in Rust projects"
66
edition = "2024"

0 commit comments

Comments
 (0)