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 "]