Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.14 KB

CHANGELOG.rst

File metadata and controls

41 lines (23 loc) · 1.14 KB

0.3.0 (2018-08-30)

Features

  • Improves consolidation logic to merge Requires-Python into python_version markers. This greatly reduced clutterness in Pipfile.lock. #14
  • Try to suppress installation errors unless PASSA_NO_SUPPRESS_EXCEPTIONS is set. This matches the behaviour of locking. #17
  • sync is redisigned to be intergrated into add, remove, and upgrade. Various clean operations are added to purge unneeded packages from the environment. install is added as a combination of lock and sync. #20

Bug Fixes

  • Fix entry point declaration in package so the passa command can work. #18

0.2.0 (2018-08-29)

Features

  • Add sync command to synchronize the running environment with Pipfile.lock.

Bug Fixes

  • Fix CLI invocation on Python 2.

0.1.0 (2018-08-28)

Features

  • Initial Release!