From 3de03f3daeb993e5fd0d995919a3c86988b81dd6 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 18 Nov 2023 21:49:15 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f1ce55..b3cf7c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.2.0 + +- Do not check for outdated dependencies in archived packages ([#22](https://github.com/trailofbits/cargo-unmaintained/pull/22)) +- FEATURE: Add ability to ignore packages ([#20](https://github.com/trailofbits/cargo-unmaintained/pull/20)) + ## 0.1.2 - Make `windows-sys` an optional dependency ([#15](https://github.com/trailofbits/cargo-unmaintained/pull/15)) diff --git a/Cargo.lock b/Cargo.lock index cf8b8740..ae701bae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "cargo-unmaintained" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5d8cee96..a9cef5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-unmaintained" -version = "0.1.2" +version = "0.2.0" authors = ["Samuel Moelius "] description = "Find unmaintained packages in Rust projects" edition = "2021"