Breaking Changes
This version drops support for the "pip" dependency installation method and the --method
flag in general. The "bundle" method is now the only supported method. This method requires the Poetry Bundle plugin to be installed.
What's Changed
- Augments colcon pkg with dependencies from pyproject file. by @francocipollone in #38
- Add docs on setting explicit Colcon dependencies by @velovix in #40
- Fixes colcon dependencies tag. by @francocipollone in #41
- Use virtual environments to manage dependencies by @velovix in #43
New Contributors
- @francocipollone made their first contribution in #38
Full Changelog: v0.8.0...v0.9.0