Skip to content

1.1.0

Choose a tag to compare

@cs01 cs01 released this 28 May 04:01
· 332 commits to main since this release
53c4f2b

1.1.0

  • Fix encoding issue on Windows when pip fails to install a package
  • Improve the behaviour of shlex.split on Windows, so paths on Windows can be handled peoperly when they are passed in --pip-args. (#794)
  • Add pipx environment command (#793)
  • Add list --short option to list only package names (#804)
  • [docs] Fix the command for installing development version. (#801)
  • [docs] Fix test status badge in readme file
  • [docs] Add more examples
  • [dev] Change github action job names
  • [docs] Add additional examples for installation from git repos
  • [packaging] Switch to PEP 621
  • Add a CACHEDIR.TAG to the cache directory to prevent it from being included in archives and backups. For more information about cache directory tags, see https://bford.info/cachedir

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0