Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 844 Bytes

Changelog

Unreleased

  • Nothing yet.

0.2.0 - 2023-02-27

Added

0.1.2 - 2022-03-06

Fixed

  • Fix subscripted access to guessed venvs return value (@scop)

0.1.1 - 2022-02-28

Fixed

  • Ignore commented out .python-version entries (@scop)
  • Canonicalize, absolutize, and deduplicate list of found env dirs (@scop)

0.1.0 - 2020-12-16

Added

  • Support for Windows (@Kirusi)
  • Support for hidden venvs (@scop)
  • Support venvs in current directory (@scop)
  • Support for pyenv locals (@scop)

0.0.0 - 2019-02-07

Added

  • First release!