diff --git a/cargo-audit/CHANGELOG.md b/cargo-audit/CHANGELOG.md index 06e03055..d1f87aca 100644 --- a/cargo-audit/CHANGELOG.md +++ b/cargo-audit/CHANGELOG.md @@ -4,7 +4,7 @@ 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.17.3 (UNRELEASED) +## 0.17.3 (2022-11-01) ### Added - `cargo audit bin` now attempts to detect dependencies in binaries not built with [`cargo auditable`](https://github.com/rust-secure-code/cargo-auditable) by parsing the panic messages ([#729]). This only detects about a half of the dependency list and never detects C code such as OpenSSL, but works on any Rust binaries built with `cargo`. diff --git a/rustsec/CHANGELOG.md b/rustsec/CHANGELOG.md index bbadf5ac..70c21e41 100644 --- a/rustsec/CHANGELOG.md +++ b/rustsec/CHANGELOG.md @@ -4,7 +4,7 @@ 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.26.3 (Unreleased) +## 0.26.3 (2022-11-01) ### Added - `registry::CachedIndex` which is orders of magnitude faster than `registry::Index` when scanning multiple `Cargo.lock` files or binaries ([#730])