Skip to content

Releases: trailofbits/cargo-unmaintained

v1.6.0

18 Dec 15:42
Compare
Choose a tag to compare

1.6.0

  • Add experimental --json option to output JSON (#464)

v1.5.1

30 Nov 16:54
Compare
Choose a tag to compare

1.5.1

  • Clone but do not checkout repositories. WARNING: This change causes the cache to be rebuilt. Prior to this change, cargo-unmaintained could not handle repositories containing paths not supported by the host filesystem. This bug was observed on Windows (e.g., NTFS). Thanks to @elopez whose suggestions contributed to the fix. (4dc9dc7)
  • Update list of known problems in README.md (#451)

v1.5.0

22 Oct 12:10
Compare
Choose a tag to compare

1.5.0

  • Clarify "newer version is available" message (#394)
  • FEATURE: Add --save-token option to store a personal access token in $HOME/.config/cargo-unmaintained/token.txt on Linux/macOS, or %LOCALAPPDATA%\cargo-unmaintained\token.txt on Windows. Note that the existing means for providing a personal access token (GITHUB_TOKEN_PATH and GITHUB_TOKEN) continue to work as before. (9a529aa)

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)