Skip to content

Releases: trailofbits/cargo-unmaintained

v1.4.0

20 Aug 17:32
Compare
Choose a tag to compare

1.4.0

  • Fix three bugs introduced by #325:
    • Avoid divide by zero in Progress::draw (ef24aa9)
    • Write warnings on new lines (5d31493)
    • Don't assert in Progress::finish (#331)
  • Update README.md (#334 and #340)
  • Update --no-cache description (#329)
  • FEATURE: Before reporting that a package is unmaintained, verify that its latest version would be considered unmaintained as well (#339)

v1.3.0

29 Jul 00:04
Compare
Choose a tag to compare

1.3.0

  • FEATURE: Better progress reporting (#325)

v1.2.0

22 Jul 23:04
Compare
Choose a tag to compare

1.2.0

  • FEATURE: Consider when dependencies were published. Don't report a package as unmaintained just because an incompatible upgrade exists for one of its dependencies, but that upgrade is less than 365 days old (the default). (#311)

v1.1.0

05 Jul 18:22
Compare
Choose a tag to compare

1.1.0

  • FEATURE: Allow GitHub token to be passed in GITHUB_TOKEN environment variable; warn when neither GITHUB_TOKEN_PATH nor GITHUB_TOKEN is set (9b39e32)
  • Don't check dependencies in private registries (#281)
  • Don't consider whether workspace members are unmaintained (3f9836b)
  • Update crates-index to version 3.0 (#300)

v1.0.2

25 May 14:15
Compare
Choose a tag to compare

1.0.2

  • Update dependencies, including gix to version 0.63.0 (#269)

v1.0.1

04 May 19:17
Compare
Choose a tag to compare

1.0.1

  • Don't emit duplicate errors when cloning a repository fails (#251)

v1.0.0

18 Apr 11:14
Compare
Choose a tag to compare

1.0.0

  • Up curl timeout to 60 seconds. (10 seconds was a little too aggressive.) (79905a8)
  • Eliminate reliance on octocrab. (The tests still use octocrab, though.) (#193)
  • Cache repositories on disk between runs (33585c5 and edb06c7)
  • BREAKING CHANGE: Remove --imprecise option (addffbc)
  • BREAKING CHANGE: Rename lock_index feature to lock-index (#222)
  • Add "No unmaintained packages found" message (#223)
  • Silence "failed to parse" warnings (86221f8)