Features
* Add an option to install dependencies using Poetry Bundle plugin by velovix in https://github.com/UrbanMachine/colcon-poetry-ros/pull/28
* If you're using Poetry `>=1.2.0`, please try this feature out. This behavior will hopefully become the default in the future, as it allows Poetry to manage dependency installation instead of Pip. To use this feature:
* Upgrade to Poetry `>=1.2.0`
* Install the Bundle plugin (See: https://github.com/python-poetry/poetry-plugin-bundle)
* Include the `--method bundle` flag when running `colcon_poetry_ros.dependencies.install`
Bug Fixes
* Add --force-reinstall flag to pip3 install by joncppl in https://github.com/UrbanMachine/colcon-poetry-ros/pull/21
* Source `poetry export` results from a temporary file by velovix in https://github.com/UrbanMachine/colcon-poetry-ros/pull/26
* This bug was introduced with Poetry 1.2.0. Please upgrade to this version if you plan to use that version of Poetry.
New Contributors
* joncppl made their first contribution in https://github.com/UrbanMachine/colcon-poetry-ros/pull/21
* dimaqq made their first contribution in https://github.com/UrbanMachine/colcon-poetry-ros/pull/24
**Full Changelog**: https://github.com/UrbanMachine/colcon-poetry-ros/compare/v0.6.1...v0.7.0