* Added the ability to update the version in other files than pyproject.toml.
0.3.2
* Fixed an issue with Poetry 1.0.0b2 and newer where the original version would not be restored after `poetry run`. (Contributed by [lmoretto](https://github.com/lmoretto))
0.3.1
* Fixed [3](https://github.com/mtkennerly/poetry-dynamic-versioning/issues/3) where the plugin would revert not only the dynamic version change in pyproject.toml, but also any other changes, such as the addition of new dependencies. (Contributed by [lmoretto](https://github.com/lmoretto))
0.3.0
* Updated for Dunamai v1.0.0: * Added support for Fossil. * Better error reporting, such as when no tags match the expected pattern. * Custom formatting: * Renamed `{post}` to `{distance}` * Renamed `{pre_type}` to `{stage}` * Renamed `{pre_number}` to `{revision}` * Removed `{epoch}` * Removed `{dev}`