Releases: ninoseki/uv-dynamic-versioning
Releases · ninoseki/uv-dynamic-versioning
v0.14.0
v0.13.0
v0.12.0
What's Changed
- refactor: temporally remove tags while testing by @ninoseki in #70
- ci: update actions & python version matrix by @ninoseki in #71
- docs: explain about style by @ninoseki in #73
- fix: fix pattern issue by @ninoseki in #76
- feat: format-jinja-imports by @ninoseki in #77
Full Changelog: v0.11.2...v0.12.0
v0.11.2
v0.11.1
What's Changed
- fix: versions formatted using jinja-format now also respect with-escape by @willemkokke in #65
- ci: pin actions by @ninoseki in #66
- chore: update dependencies by @ninoseki in #67
New Contributors
- @willemkokke made their first contribution in #65
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.0
v0.9.0
Breaking Changes
uv-dynamic-versioning is no longer auto-coerces values to make it lightweight (#52, #53).
You must now set values using the correct type as documented. For example:
Incorrect
[tool.uv-dynamic-versioning]
bump = "true" # string, not booleanCorrect
[tool.uv-dynamic-versioning]
bump = trueWhat's Changed
- fix typo in metadata_hook.md by @jkeifer in #44
- Fix typo in
tips.mdby @davidparsson in #45 - fix: use absolute links [skip ci] by @ninoseki in #50
- Replace Pydantic with plain dataclasses by @ninoseki in #53
- feat: support commit-prefix & escape-with options by @ninoseki in #54
- docs: add note about uv build backend by @ninoseki in #55
New Contributors
- @jkeifer made their first contribution in #44
- @davidparsson made their first contribution in #45
Full Changelog: v0.8.2...v0.9.0