Skip to content

Releases: Boshen/cargo-shear

v0.0.25

06 May 06:40
a053541
Compare
Choose a tag to compare

Other

  • (deps) update dependency rust to v1.78.0 (#40)
  • (renovate) add rust-toolchain
  • (deps) update rust crate cargo-util-schemas to 0.3.0 (#39)
  • (deps) update rust crates (#38)
  • (deps) update rust crate bpaf to 0.9.12 (#37)
  • (deps) update rust crate cargo_toml to 0.20.2 (#36)
  • (deps) update rust crate cargo_toml to 0.20.1 (#35)
  • (deps) update rust crates (#34)
  • (deps) update rust crate toml_edit to 0.22.11 (#33)
  • (deps) update rust crate toml_edit to 0.22.10 (#32)
  • (deps) update rust crate serde_json to 1.0.116 (#31)
  • (deps) update rust crate anyhow to 1.0.82 (#30)
  • mention [workspace.metadata.cargo-shear]

v0.0.24

09 Apr 06:25
cf254b0
Compare
Choose a tag to compare

Added

  • handle package rename in workspace dependencies
  • add ignore with [workspace.metadata.cargo-shear]

Other

  • space out printing

v0.0.23

03 Apr 16:42
8c5b12c
Compare
Choose a tag to compare

Fixed

  • collect import from all use declarations

Other

  • use [lints.clippy]

v0.0.22

03 Apr 07:08
ddc6f6d
Compare
Choose a tag to compare

Fixed

  • rust v1.77.0 has a different package id representation

v0.0.21

03 Apr 05:38
9e927c8
Compare
Choose a tag to compare

Other

  • fix github.ref read

v0.0.20

03 Apr 05:32
c6c8631
Compare
Choose a tag to compare

Added

  • add --version

Other

  • simplify code around hashset union
  • analyze packages in sequence, make debugging easier
  • setup rust with moonrepo

v0.0.19

02 Apr 11:47
7b05329
Compare
Choose a tag to compare

Fixed

  • use --all-features to get all deps

Other

  • update README

v0.0.18

02 Apr 11:28
bcf62f3
Compare
Choose a tag to compare

Added

  • use cargo metadata module resolution to get module names instead of package names
  • add profile.release to Cargo.toml

Other

  • small tweaks

v0.0.17

01 Apr 11:25
fbe33ba
Compare
Choose a tag to compare

Fixed

  • ignored packages by package name instead of normalized name

Other

  • fix broken ci
  • make shear_package the more readable
  • minor tweak
  • add --no-deps to cargo metadata
  • add just ready
  • run shear on this repo

v0.0.16

29 Mar 17:43
218f7d4
Compare
Choose a tag to compare

Added

  • better output messages

Other

  • update README about ignoring false positives