Skip to content

Releases: birdcar/devwrangler

v0.2.2

03 Nov 23:22
Compare
Choose a tag to compare

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

11 Oct 05:42
Compare
Choose a tag to compare

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

11 Oct 05:28
Compare
Choose a tag to compare

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

08 Oct 00:36
Compare
Choose a tag to compare

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