Releases: hsaunders1904/pyautoenv
Releases · hsaunders1904/pyautoenv
v0.6.1
What's Changed
- Add support for Python 3.6 by @thevahidal in #17
New Contributors
- @thevahidal made their first contribution in #17
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Add ability to ignore directories by @hsaunders1904 in #12
- Fix activation bug in directories with spaces by @hsaunders1904 in #13
- Update dev dependencies by @hsaunders1904 in #15
- Update dev dependency major versions by @hsaunders1904 in #16
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add support for arbitrary venv directory names by @hsaunders1904 in #9
- Add support for pwsh on non-Windows systems by @hsaunders1904 in #11
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Add help to CLI by @hsaunders1904 in #4
- Make performance improvements by @hsaunders1904 in #6
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Add codecov upload to CI by @hsaunders1904 in #2
- Fix cache dir bug on windows by @hsaunders1904 in #3
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Improve performance of environment discovery:
- avoid calling out to poetry's CLI
- avoid using regexes
- avoid using argparse
New Contributors
- @hsaunders1904 made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First version
- Implement Python script for generating commands to activate/deactivate environments depending on the given directory.
- Add support for shells:
- zsh
- bash
- PowerShell
Full Changelog: https://github.com/hsaunders1904/pyautoenv/commits/v0.1.0