Skip to content

1.0.0

Choose a tag to compare

@MollyMaclachlan MollyMaclachlan released this 25 Apr 19:03
7f36956

Full Changelog: 1.0.0-alpha...1.0.0

New Features

  • Can now be launched with a single console command rather than piping output from pip (@MurdoMaclachlan: #8, #14, #16)
  • Outdated packages are now automatically fetched during runtime. (@MurdoMaclachlan: #16)
  • Added structured logging via new smooth_logger dependency (@MurdoMaclachlan: #7)
  • Version changes of updated packages are now shown in final output (@MurdoMaclachlan: #12)
  • Added a log message indicating when there are no outdated packages (@MurdoMaclachlan: #6)

Changes

  • Output from pip commands executed during runtime is now captured (@MurdoMaclachlan: #9)
  • Restructured as a pip package (@MurdoMaclachlan: #8, #14)
  • Removed dependency on pip-check (@MurdoMaclachlan: #11)

Bug Fixes

  • Fixed skipped lines being cropped in debug statements (@MurdoMaclachlan: #18)