Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Apr 16, 2024
1 parent b6e3412 commit 09b909d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0

- Up `curl` timeout to 60 seconds. (10 seconds was a little too aggressive.) ([79905a8](https://github.com/trailofbits/cargo-unmaintained/commit/79905a8e1b373035e13fddd3b850cda0362e6eb3))
- Eliminate reliance on `octocrab`. (The tests still use `octocrab`, though.) ([#193](https://github.com/trailofbits/cargo-unmaintained/pull/193))
- Cache repositories on disk between runs ([33585c5](https://github.com/trailofbits/cargo-unmaintained/commit/33585c5520f9e2ec83fdb8bc34057a12d1a9ab67)
and [edb06c7](https://github.com/trailofbits/cargo-unmaintained/commit/edb06c77d90dbf1792849c89cc68f58f16c70ae5))
- BREAKING CHANGE: Remove `--imprecise` option ([addffbc](https://github.com/trailofbits/cargo-unmaintained/commit/addffbc3742981bb6c4a68bb47d1ea97e4930d60))
- BREAKING CHANGE: Rename `lock_index` feature to `lock-index` ([#222](https://github.com/trailofbits/cargo-unmaintained/pull/222))
- Add "No unmaintained packages found" message ([#223](https://github.com/trailofbits/cargo-unmaintained/pull/223))
- Silence "failed to parse" warnings ([86221f8](https://github.com/trailofbits/cargo-unmaintained/commit/86221f8b0eafcf1a5ccd4a1f0e975ced11663a01))

## 0.4.0

- A package passed to `-p` is no longer required to be a dependency. Passing any `NAME` in `cargo unmaintained -p NAME` will cause the package to be downloaded from `crates.io` and checked. ([#136](https://github.com/trailofbits/cargo-unmaintained/pull/136))
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 = "0.4.0"
version = "1.0.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit 09b909d

Please sign in to comment.