Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 3.28 KB

Changelog

1.0.2

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

1.0.1

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

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)

0.4.0

  • A package passed to -p is no longer required to be a dependency. Passing any NAME in cargo unmaintained -p NAME will cause the package to be downloaded from crates.io and checked. (#136)

0.3.3

  • When checking repository existence, treat a timeout as nonexistence (#98)
  • Upgrade env_logger to version 0.11.0 (dae4c37)

0.3.2

  • Distinguish more cases in unmaintained messages (#66)
  • Warn when an ignored package is not depended upon (#64)

0.3.1

  • Fix a bug causing ignore feature to not work (#57)

0.3.0

  • FEATURE: Check for repository existence, and verify that a package appears in its repository (#32 and #37)

0.2.1

  • Fix a bug causing --tree to fail (#29)

0.2.0

  • Do not check for outdated dependencies in archived packages (#22)
  • FEATURE: Add ability to ignore packages (#20)

0.1.2

  • Make windows-sys an optional dependency (#15)

0.1.1

  • Documentation improvements (#9)
  • Fix crates.io description (#10)

0.1.0

  • Initial release