Skip to content

Commit

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

## 1.1.0

- FEATURE: Allow GitHub token to be passed in `GITHUB_TOKEN` environment variable; warn when neither `GITHUB_TOKEN_PATH` nor `GITHUB_TOKEN` is set ([9b39e32](https://github.com/trailofbits/cargo-unmaintained/commit/9b39e320b263910b2a4dc57f0fe6dd6027d7f6fd))
- Don't check dependencies in private registries ([#281](https://github.com/trailofbits/cargo-unmaintained/pull/281))
- Don't consider whether workspace members are unmaintained ([3f9836b](https://github.com/trailofbits/cargo-unmaintained/commit/3f9836bf53d2715a62820c9f7b0164e9dedb8abd))
- Update `crates-index` to version `3.0` ([#300](https://github.com/trailofbits/cargo-unmaintained/pull/300))

## 1.0.2

- Update dependencies, including `gix` to version 0.63.0 ([#269](https://github.com/trailofbits/cargo-unmaintained/pull/269))
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 = "1.0.2"
version = "1.1.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit d611653

Please sign in to comment.