Skip to content

Commit

Permalink
#180: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 17, 2024
1 parent 5188507 commit c4e2162
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Unreleased

* Added:
* The plugin now supports Poetry's upcoming PEP-621 functionality.
More info here: https://github.com/python-poetry/poetry/issues/3332

If your pyproject.toml defines `tool.poetry.name`,
then the plugin will preserve its existing behavior.

However, if your pyproject.toml:

* does not define `tool.poetry.name`
* defines `project.name`
* defines `project.dynamic` to include `"version"`
* does not define `project.version`

...then the plugin will enable its PEP-621 functionality.

Because PEP-621 support is not yet released and finalized in Poetry itself,
it is also subject to change in the plugin.

([Prototyped by edgarrmondragon](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/181))

## v1.3.0 (2024-04-29)

* Added:
Expand Down

0 comments on commit c4e2162

Please sign in to comment.