0.3.0
Added
- Added the
show
command. - Added the
--dry-run
option to theadd
command.
Changed
- Changed the
poetry.toml
file for the new, standardizedpyproject.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.