From c2ecda0feae8592f9e432305d1ce456cdd271c8b Mon Sep 17 00:00:00 2001 From: tobinio Date: Mon, 16 Dec 2024 20:27:09 +0100 Subject: [PATCH] bump version to 0.9.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77855d9..30a335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.1 + +* Add http2 to known false positives for rocket/hyper/hyper-util - [RivenSkaye](https://github.com/ToBinio/cargo-features-manager/pull/41) + ## 0.9.0 * move prune progress display to bottom diff --git a/Cargo.lock b/Cargo.lock index 0718b08..3bbd74a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "cargo-features-manager" -version = "0.9.0" +version = "0.9.1" dependencies = [ "cargo-platform", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 92374ef..4d37816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-features-manager" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["ToBinio"] license = "MIT" -- 2.51.2