Python 3.12.8 introduced another change to the bash activation script generated by venv. This caused the relocate feature to fail because the regular expression used to find and modify the venv path started matching too much. Virtualenv users were unaffected.
What's Changed
* Match cygpath in venv bash activation scripts by nyanloutre in https://github.com/kevinconway/venvctrl/pull/38
* Update setup.py to v0.10.0 by kevinconway in https://github.com/kevinconway/venvctrl/pull/39
New Contributors
* nyanloutre made their first contribution in https://github.com/kevinconway/venvctrl/pull/38
**Full Changelog**: https://github.com/kevinconway/venvctrl/compare/0.9.0...0.10.0