Skip to content

Commit

Permalink
Merge pull request #1101 from rustsec/cargo-audit-18.4
Browse files Browse the repository at this point in the history
Release `cargo audit` 0.19.0
  • Loading branch information
Shnatsel committed Feb 3, 2024
2 parents c70aad1 + 7857702 commit c9d1fbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
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.

15 changes: 15 additions & 0 deletions cargo-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.19.0 (2024-02-03)

### Fixed

- Fix `--color=auto` always printing terminal escape sequences ([#1057])

### Changed

- Display the chain of errors instead of just the top-level error for more complete error reporting ([#1063])
- Upgrade to clap 4.x and abscissa-core 0.7.x. This may have introduced minor changes to the command-line interface. This is the reason for the minor version bump. ([#1092])

[#1057]: https://github.com/rustsec/rustsec/pull/1057
[#1063]: https://github.com/rustsec/rustsec/pull/1063
[#1092]: https://github.com/rustsec/rustsec/pull/1092

## 0.18.3 (2023-10-24)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cargo-audit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-audit"
description = "Audit Cargo.lock for crates with security vulnerabilities"
version = "0.18.3"
version = "0.19.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0 OR MIT"
homepage = "https://rustsec.org"
Expand Down

0 comments on commit c9d1fbe

Please sign in to comment.