Skip to content

Commit

Permalink
Release v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 5, 2021
1 parent e6f9b02 commit 343c782
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.12.4 (2021-03-05)

* Fixed:
* An incompatibility with `tox-poetry-installer` where the working directory
was received as a `str` instead of a `Path`.
([Contributed by cburgess](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/41))

## v0.12.3 (2021-02-19)

* Fixed:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-dynamic-versioning"
version = "0.12.3"
version = "0.12.4"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
Expand Down

0 comments on commit 343c782

Please sign in to comment.