* Fixed an issue where CLI mode did not persist the change to pyproject.toml. This problem was missed because of an issue in the integration tests, which are fixed now as well.
0.8.0
* Added the option `format-jinja-imports`. * Added support for Pip's PEP 517 isolated builds. * In CLI mode: * Improved handling of error conditions. * Added output of the generated version and any modified files. * Removed handling for Poetry versions prior to 1.0.0. * Avoid writing files if the content does not need to be changed.
0.7.0
* Added a CLI mode.
0.6.0
* Expose new Dunamai functions via `format-jinja`: * `bump_version` * `serialize_pep440` * `serialize_pvp` * `serialize_semver`
0.5.0
* Added the `format-jinja` option.
0.4.0
* Added the ability to update the version in other files than pyproject.toml.