Skip to content

Commit

Permalink
Release v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 20, 2021
1 parent e5b104a commit 10e4ef7
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.7 (2021-05-20)

* Fixed:
* Parsing files containing special UTF-8 characters would result in an error.
Files are now assumed to be UTF-8.
([Contributed by rhorenov](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/50))

## v0.12.6 (2021-04-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.6"
version = "0.12.7"
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 10e4ef7

Please sign in to comment.