1.0.0b2
Pre-release
Pre-release
Changed
- Improved files metadata in lock files
- Improved UX when searching for packages in the
init
command. - The
shell
has been improved. - The
poetry run
command now usesos.execvp()
rather than spawning a new subprocess.
Fixed
- Fixed local version identifier handling in wheel file names.
- Fixed packages with invalid metadata triggering an error instead of being skipped.
- Fixed the generation of invalid lock files in some cases.
- Git dependencies are now properly locked to a specific revision when specifying a branch or a tag.