Skip to content

Releases: biocatchltd/poetry-stale-dependencies

0.2.2

15 May 10:56
c001316
Compare
Choose a tag to compare

0.2.2

Fixed

  • can now parse lockfiles with list-dependencies

0.2.1

12 May 13:30
Compare
Choose a tag to compare

0.2.1

Added

  • console messages are now colored

Changed

  • non-stale dependencies are now only shown in very-verbose mode

Fixed

  • package names are now normalized in accordance with pypi standards
  • fixed some typos in the README

0.2.0

12 May 08:49
48b7bfa
Compare
Choose a tag to compare

0.2.0

Changed

  • the include_remote_prereleases was renamed to include_prereleases
  • the project_path argument is now an option

Added

  • README
  • durations like time-tostale now accept the string 0 to indicate a zero duration
  • time_to_ripe, to disable packages that were released in the past few days
  • the users of a stale dependency, either other dependencies or the project itself, are now listed in the output
  • users can now specify only some packages to be inspected via the command line
  • users can now specify the time-to-ripe and time-to-stale via the command line

0.1.2

09 May 12:08
00fed99
Compare
Choose a tag to compare

0.1.2

Fixed

  • fixed inspection method name

0.1.1

09 May 12:01
Compare
Choose a tag to compare

0.1.1

Fixed

  • fixed release workflow

0.1.0

09 May 11:50
b9b9b9e
Compare
Choose a tag to compare

0.1.0

  • initial release