1.1.0
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
- @kianmeng made their first contribution in #799
- @meowmeowmeowcat made their first contribution in #801
- @q0w made their first contribution in #804
- @taranjlu made their first contribution in #816
- @imba-tjd made their first contribution in #827
- @KenMacD made their first contribution in #824
Full Changelog: 1.0.0...1.1.0