Skip to content

Commit 2cd049f

Browse files
committed
Bump version
1 parent 585c185 commit 2cd049f

4 files changed

Lines changed: 10 additions & 3 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+
## 2.0.0
4+
5+
- BREAKING: No longer consider the maintenance status of dependencies not applicable to the current host. That is, consider the maintenance status of host-applicable dependencies only. To restore the previous all-targets-considering behavior, pass `--all-targets`. ([#779](https://github.com/trailofbits/cargo-unmaintained/pull/779))
6+
- BREAKING: Remove old unused features `cache-repositories`, `ei`, and `lock-index` ([#781](https://github.com/trailofbits/cargo-unmaintained/pull/781))
7+
- Dependency updates
8+
- `elaborate` upgraded to version 1.0
9+
310
## 1.11.0
411

512
- FEATURE: Batch fetching GitHub data using GraphQL API. Speed up will vary depending on how many of a project's dependencies reside on GitHub. But in some of our experiments, we saw speed up of about 20%. ([#767](https://github.com/trailofbits/cargo-unmaintained/pull/767))

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

mock_github/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.

0 commit comments

Comments
 (0)