Skip to content

Releases: DavidCEllis/ducktools-pythonfinder

v0.8.5

02 May 16:51
1f1eed9

Choose a tag to compare

What's Changed

  • Fix a bug where having a Python.exe that didn't launch lead to an empty None value in the Python list which failed.
    • This could happen if an ARM install was accidentally loaded on an x86_64 system

Full Changelog: v0.8.4...v0.8.5

v0.8.4

01 May 14:00
92aef02

Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

02 Apr 10:54
3173540

Choose a tag to compare

What's Changed

  • Ignore venv folders inside the pyenv/versions directory by @DavidCEllis in #51

Full Changelog: v0.8.2...v0.8.3

v0.8.2

18 Mar 13:32
bcac8f8

Choose a tag to compare

What's Changed

  • Don't rely on uv/pyenv/windows registry for runtime details - use the script and cache. by @DavidCEllis in #50

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Mar 16:21
5973e05

Choose a tag to compare

What's Changed

  • Fix a couple of details that snuck into the details script that break its discovery of old Python installs by @DavidCEllis in #48

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Mar 13:20
d77ed55

Choose a tag to compare

What's Changed

Full Changelog: v0.7.8...v0.8.0

v0.7.8

21 Feb 12:34
8db7f6f

Choose a tag to compare

What's Changed

  • Attempt to call pyenv root on macos/linux if PYENV_ROOT is not set by @DavidCEllis in #43

Full Changelog: v0.7.7...v0.7.8

v0.7.7

14 Feb 21:18
18d278f

Choose a tag to compare

What's Changed

  • Only check major, minor, micro values in venv configuration test by @DavidCEllis in #40
  • Read config into a dict instead of working with it immediately by @DavidCEllis in #41

Full Changelog: v0.7.6...v0.7.7

v0.7.6

06 Feb 16:15
9b0c816

Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

v0.7.5

30 Jan 23:53

Choose a tag to compare

  • Fixes a bug where a parent python doesn't exist and fails with FileNotFoundError and not CalledProcessError.