Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Sep 27, 2020
1 parent ee71b40 commit df92878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.9.0 (2020-09-27)

* Changed:
* Dropped support for `pip wheel .` and bumped the minimum Poetry version to
Expand All @@ -9,7 +9,8 @@
in order to correctly report their versions.
* `poetry run` did not always clean up after itself.
* `poetry.semver.version` could not be imported because it was moved to
`poetry.core.semver.version` starting in Poetry 1.1.0a1.
`poetry.core.semver.version` starting in Poetry 1.1.0a1. The plugin can now
handle either location.

## v0.8.3 (2020-08-07)

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.8.3"
version = "0.9.0"
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 df92878

Please sign in to comment.