Skip to content

Commit

Permalink
Release patch-v0.15.0 and plugin-v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Apr 28, 2022
1 parent 4e1126d commit d83758a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## poetry-dynamic-versioning-plugin: Unreleased
## poetry-dynamic-versioning-plugin: v0.1.0 (2022-04-28)

* Changed:
* The Poetry 1.2+ plugin now has a new name, `poetry-dynamic-versioning-plugin`.
The import hack-based pseudo-plugin will continue to be called `poetry-dynamic-versioning`.
* The Poetry 1.2+ plugin now has a new name, `poetry-dynamic-versioning-plugin`,
and this is its first release as a separate package.

## poetry-dynamic-versioning: Unreleased
The import-hack-based pseudo-plugin will continue to be called `poetry-dynamic-versioning`.

## poetry-dynamic-versioning: v0.15.0 (2022-04-28)

* Changed:
* Internal improvements/refactoring to unify code base with `poetry-dynamic-versioning-plugin`,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.plugin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-dynamic-versioning-plugin"
version = "1.0.0b3"
version = "0.1.0"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
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.14.1"
version = "0.15.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 d83758a

Please sign in to comment.