Skip to content

1.1.0

Compare
Choose a tag to compare
@cs01 cs01 released this 28 May 04:01
· 308 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

  • Fix typos by @kianmeng in #799
  • Fix the command for installing development version by @meowmeowmeowcat in #801
  • rename tests and fix badge in readme by @cs01 in #809
  • align badges, add symlinks to docs at repo root by @cs01 in #810
  • remove python 3.6 from tests and PyPI classifiers by @cs01 in #811
  • Improve the behaviour of shlex.split on Windows by @meowmeowmeowcat in #794
  • remove makefile by @cs01 in #813
  • Add list --short option by @q0w in #804
  • Add pipx environment command by @meowmeowmeowcat in #793
  • various doc updates by @cs01 in #814
  • fix changelog formatting by @cs01 in #815
  • Add additional examples for installation from git repos by @taranjlu in #816
  • Update package metadata by @ofek in #817
  • readme: fix typo by @imba-tjd in #827
  • Add a CACHEDIR.TAG to the cache directory. by @KenMacD in #824
  • 1.1.0 release candidate by @cs01 in #844
  • Pre-release 1.1.0 by @cs01 in #845

New Contributors

Full Changelog: 1.0.0...1.1.0