- update to 1.3.0:

* `pattern-prefix` option to add a prefix to the version tag
    pattern.
  * `ignore-untracked` option to control the detection of dirty
    state.
  * `from-file` config section to read a version from a file
    instead of the VCS.
  * `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for
    some logging.
  * Updated Dunamai to 1.21.0+ for the latest features

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-dynamic-versioning?expand=0&rev=5
This commit is contained in:
2024-05-07 20:57:02 +00:00
committed by Git OBS Bridge
parent 2f50328936
commit fe2dfc4533
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue May 7 20:56:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* `pattern-prefix` option to add a prefix to the version tag
pattern.
* `ignore-untracked` option to control the detection of dirty
state.
* `from-file` config section to read a version from a file
instead of the VCS.
* `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for
some logging.
* Updated Dunamai to 1.21.0+ for the latest features
-------------------------------------------------------------------
Fri Feb 23 18:14:04 UTC 2024 - Richard Rahl <rrahl0@proton.me>