Skip to content

0.3.0

Compare
Choose a tag to compare
@sdispater sdispater released this 05 Mar 15:46
· 3229 commits to main since this release
0.3.0
8f764c2

Added

  • Added the show command.
  • Added the --dry-run option to the add command.

Changed

  • Changed the poetry.toml file for the new, standardized pyproject.toml.
  • Dependencies of each package is now stored in the lock file.
  • Improved TOML file management.
  • Dependency resolver now respects the root package python version requirements.

Fixed

  • Fixed the add command for packages with dots in their names.