diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b659f9..a79c575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.19](https://github.com/Boshen/cargo-shear/compare/v0.0.18...v0.0.19) - 2024-04-02 + +### Fixed +- use `--all-features` to get all deps + +### Other +- update README + ## [0.0.18](https://github.com/Boshen/cargo-shear/compare/v0.0.17...v0.0.18) - 2024-04-02 ### Added diff --git a/Cargo.lock b/Cargo.lock index bc1060d..0a8e805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "cargo-shear" -version = "0.0.18" +version = "0.0.19" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 03b371f..88f7ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-shear" -version = "0.0.18" +version = "0.0.19" edition = "2021" description = "Detect and remove unused dependencies from Cargo.toml" authors = ["Boshen "]