Skip to content

Commit 1628b1a

Browse files
committed
Bump version
1 parent c435ef0 commit 1628b1a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.11.0
4+
5+
- 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))
6+
37
## 1.10.0
48

59
- FEATURE: Allow users to install with `tame-index` ([6c2cbe7](https://github.com/trailofbits/cargo-unmaintained/commit/6c2cbe77f8d212329411c2b3523aa8a48da2dfec))

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

0 commit comments

Comments
 (0)