Releases: birdcar/devwrangler
Releases · birdcar/devwrangler
v0.2.2
v0.2.1
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
Added
- It lives!
pydev
will now work in a very alpha form afterdevwrangler
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
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