From 7164fc77d0226529cde744c51dd67030029c4881 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Tue, 1 Nov 2022 19:17:42 +0100 Subject: [PATCH] Set release date in CHANGELOG.md --- cargo-audit/CHANGELOG.md | 2 +- rustsec/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])