Skip to content

1.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@sdispater sdispater released this 11 Oct 16:18
· 2059 commits to master since this release
1.0.0b2
21ed84e

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 uses os.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.