Skip to content

Releases: ninoseki/uv-dynamic-versioning

v0.14.0

22 Mar 04:53

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

19 Jan 09:45
6cb30b1

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

14 Dec 00:47

Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

28 Sep 04:23

Choose a tag to compare

What's Changed

  • fix: fix metadata hook versioning issue by @ninoseki in #69

Full Changelog: v0.11.1...v0.11.2

v0.11.1

13 Sep 08:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

22 Aug 10:10

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Aug 07:03
3292432

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

11 Aug 05:06

Choose a tag to compare

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 boolean

Correct

[tool.uv-dynamic-versioning]
bump = true

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

02 May 05:08

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

29 Apr 05:33

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1