Skip to content

Commit

Permalink
Update Dunamai to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Oct 14, 2022
1 parent aee8bdb commit c3a9a34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

* Changed:
* Updated Dunamai to 1.13.2+ for the latest features and bug fixes.
In particular, this fixes an error when parsing Git output with `showSignature = true` configured.

## v0.19.0 (2022-09-16)

* Fixed:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In your pyproject.toml file, you may configure the following options:
globally, this setting is an opt-in per project. This setting will likely
be removed once plugins are officially supported.
* `vcs` (string, default: `any`): This is the version control system to check for a version.
One of: `any`, `git`, `mercurial`, `darcs`, `bazaar`, `subversion`, `fossil`.
One of: `any`, `git`, `mercurial`, `darcs`, `bazaar`, `subversion`, `fossil`, `pijul`.
* `metadata` (boolean, default: unset): If true, include the commit hash in
the version, and also include a dirty flag if `dirty` is true. If unset,
metadata will only be included if you are on a commit without a version tag.
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-dynamic-versioning"
version = "0.19.0"
version = "0.20.0"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
Expand All @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
dunamai = "^1.12.0"
dunamai = "^1.13.2"
tomlkit = ">= 0.4"
jinja2 = ">=2.11.1, <4"
poetry = { version = "^1.2.0", optional = true }
Expand Down

0 comments on commit c3a9a34

Please sign in to comment.