Skip to content

Commit

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

## 1.5.0

- Clarify "newer version is available" message ([#394](https://github.com/trailofbits/cargo-unmaintained/pull/394))
- FEATURE: Add `--save-token` option to store a personal access token in $HOME/.config/cargo-unmaintained/token.txt on Linux/macOS, or %LOCALAPPDATA%\cargo-unmaintained\token.txt on Windows. Note that the existing means for providing a personal access token (`GITHUB_TOKEN_PATH` and `GITHUB_TOKEN`) continue to work as before. ([9a529aa](https://github.com/trailofbits/cargo-unmaintained/commit/9a529aadbada51a543b4db94cef21efd2c3f5ffc))

## 1.4.0

- Fix three bugs introduced by [#325](https://github.com/trailofbits/cargo-unmaintained/pull/325):
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.4.0"
version = "1.5.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit b0142f1

Please sign in to comment.