Skip to content

Releases: mtkennerly/poetry-dynamic-versioning

v1.0.0b3 (2022-04-24)

24 Apr 12:47
ab960b6
Compare
Choose a tag to compare
v1.0.0b3 (2022-04-24) Pre-release
Pre-release
  • Fixed:
    • The plugin can now update versions for dependencies that also use the plugin.

v1.0.0b2 (2022-04-15)

14 Apr 16:27
6a2e8be
Compare
Choose a tag to compare
v1.0.0b2 (2022-04-15) Pre-release
Pre-release
  • 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.

v0.14.1 (2022-04-14)

14 Apr 16:03
a14f93c
Compare
Choose a tag to compare
  • 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.

v1.0.0b1 (2022-03-10)

10 Mar 12:57
f7fc039
Compare
Choose a tag to compare
v1.0.0b1 (2022-03-10) Pre-release
Pre-release
  • Changed:
    • Implemented the official Poetry plugin interface.

v0.14.0 (2022-03-09)

09 Mar 10:34
033d6df
Compare
Choose a tag to compare
  • Changed:
  • Added:
    • Option to bypass the version control system and set a hard-coded version in an environment variable called POETRY_DYNAMIC_VERSIONING_BYPASS. (Draft by jonringer)
    • branch, branch_escaped, and timestamp formatting variables.

v0.13.1 (2021-08-09)

09 Aug 18:57
Compare
Choose a tag to compare
  • Fixed an oversight where the default version tag pattern would only find tags with exactly three parts in the base (e.g., v1.0.0 and v1.2.3). This is now relaxed so that v1, v1.2.3.4, and so on are also recognized.

v0.13.0 (2021-05-26)

26 May 04:49
Compare
Choose a tag to compare
  • Changed:
    • Broadened version range of Jinja2 dependency to support projects that need a newer version.
    • Bumped the minimum Poetry version to 1.1.0, since the above Jinja2 change seemed to trip up Poetry 1.0.10 (on Python 3.7 and 3.8, but not 3.5 or 3.6, for some reason).
  • Fixed:
    • The plugin did not work on Fedora inside of Pip's isolated build environment, because the plugin would be loaded before some of its dependencies. Now, those imports are delayed until needed.

v0.12.7 (2021-05-20)

20 May 12:31
Compare
Choose a tag to compare
  • Fixed:
    • Parsing files containing special UTF-8 characters would result in an error. Files are now assumed to be UTF-8. (Contributed by rhorenov)

v0.12.6 (2021-04-19)

19 Apr 18:37
Compare
Choose a tag to compare
  • Fixed:
    • The previous bump fix only applied to format-jinja. It has now been fixed for other scenarios as well.

v0.12.5 (2021-04-18)

18 Apr 15:02
Compare
Choose a tag to compare
  • Fixed:
    • When the bump option was enabled, the version would be bumped even when on a commit with a version tag. Now, no bumping occurs when on such a commit.