Skip to content

Releases: birdcar/devwrangler

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Nov 23:22

Fixed

  • The settings.json file that was output by pydev was malformed, and this patch ensures that's no longer the case.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Oct 05:42

Added

  • Very basic information has been added to the README file, reflecting the current features of the project.

Changed

  • The virtual environment prompt was being set to the Path to the parent folder, rather than the name of the parent folder itself. This has now been fixed.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Oct 05:28

Added

  • It lives! pydev will now work in a very alpha form after devwrangler is installed with pipx
  • One whole test to verify that creating the virtual env works as expected on all supported versions of Python.
  • Typer, to manage our CLI niceties rather than writing them from scratch
  • Rich, to eventually make the CLI output pretty

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Oct 00:36

Added

  • Added support for Python 3.10
  • Added dev environment niceties
    • Enabled tighter VS Code integration
    • Specified supported pyenv versions

Removed

  • Dropped support for Python 3.6