* Fixed: * Compatibility with poetry-core 1.7.0, which removed the `poetry.core.semver` module. * The `enable` command now constrains the plugin version to `>=1.0.0,<2.0.0` to protect against any potential API changes.
1.0.0
* Fixed: * Running `poetry dynamic-versioning` followed by `poetry build` would leave the plugin enabled in the sdist's pyproject.toml.
1.0.0b3
* Fixed: * The plugin can now update versions for dependencies that also use the plugin.
1.0.0b2
* Fixed: * The plugin maintained its own copy of the default `pattern`, which meant that it could fall behind the copy in Dunamai and lead to surprising behavior. The plugin now automatically uses the latest default from Dunamai directly when you do not customize it in the plugin settings.
1.0.0b1
* Changed: * Implemented the official Poetry plugin interface.
0.25.0
* Added: * `fix-shallow-repository` option to attempt to automatically fix shallow repositories. Currently, this only supports Git and will run `git fetch --unshallow`. * Changed: * Updated Dunamai to 1.18.0+ for the latest features.