Skip to content

Commit

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

## 1.4.0

- Fix three bugs introduced by [#325](https://github.com/trailofbits/cargo-unmaintained/pull/325):
- Avoid divide by zero in `Progress::draw` ([ef24aa9](https://github.com/trailofbits/cargo-unmaintained/commit/ef24aa968b4618a3beefd7daa989ace0082a8180))
- Write warnings on new lines ([5d31493](https://github.com/trailofbits/cargo-unmaintained/commit/5d314938f0372fa8a222211bb21f4773a0330508))
- Don't assert in `Progress::finish` ([#331](https://github.com/trailofbits/cargo-unmaintained/pull/331))
- Update README.md ([#334](https://github.com/trailofbits/cargo-unmaintained/pull/334) and [#340](https://github.com/trailofbits/cargo-unmaintained/pull/340))
- Update `--no-cache` description ([#329](https://github.com/trailofbits/cargo-unmaintained/pull/329))
- FEATURE: Before reporting that a package is unmaintained, verify that its latest version would be considered unmaintained as well ([#339](https://github.com/trailofbits/cargo-unmaintained/pull/339))

## 1.3.0

- FEATURE: Better progress reporting ([#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.3.0"
version = "1.4.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Find unmaintained packages in Rust projects"
edition = "2021"
Expand Down

0 comments on commit 4ec8925

Please sign in to comment.