Skip to content

0.6.0

Compare
Choose a tag to compare
@sdispater sdispater released this 16 Mar 23:14
· 3258 commits to main since this release
0.6.0
cde1d16

Added

  • Added support for virtualenv autogeneration (Python 3.6+ only).
  • Added the run command to execute commands inside the created virtualenvs.
  • Added the debug:resolve command to debug dependency resolution.
  • Added pyproject.toml file validation.
  • Added support for Markdown readme files.

Fixed

  • Fixed color displayed in show command for semver-compatible updates.
  • Fixed Python requirements in publishing metadata.
  • Fixed update command reinstalling every dependency.