From ddc6f6d3210ecee2adfbf8214e483eeb498d0320 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 3 Apr 2024 15:07:39 +0800 Subject: [PATCH] chore: release v0.0.22 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `cargo-shear`: 0.0.21 -> 0.0.22 (✓ API compatible changes)
Changelog

## [0.0.22](https://github.com/Boshen/cargo-shear/compare/v0.0.21...v0.0.22) - 2024-04-03 ### Fixed - rust v1.77.0 has a different package id representation

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- 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 569b76c..e82fc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.22](https://github.com/Boshen/cargo-shear/compare/v0.0.21...v0.0.22) - 2024-04-03 + +### Fixed +- rust v1.77.0 has a different package id representation + ## [0.0.21](https://github.com/Boshen/cargo-shear/compare/v0.0.20...v0.0.21) - 2024-04-03 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3288432..4df2f09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "cargo-shear" -version = "0.0.21" +version = "0.0.22" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 4c98bf5..040e1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shear" -version = "0.0.21" +version = "0.0.22" edition = "2021" description = "Detect and remove unused dependencies from Cargo.toml" authors = ["Boshen "]