Skip to content

Commit

Permalink
Release plugin-v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Sep 5, 2022
1 parent 330ff41 commit 8691373
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* The two flavors of poetry-dynamic-versioning are now combined into one package
via the optional `plugin` feature.

## poetry-dynamic-versioning-plugin: Unreleased
## poetry-dynamic-versioning-plugin: v0.4.0 (2022-09-05)

* Deprecated the name `poetry-dynamic-versioning-plugin`
in favor of a newly unified `poetry-dynamic-versioning`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to enable the versioning system in PEP 517 build frontends.
When installed with the `plugin` feature (i.e., `poetry-dynamic-versioning[plugin]`),
it also integrates with the Poetry CLI to trigger the versioning in commands like `poetry build`.

For Poetry 1.1.x, you can use an older version of `poetry-dynamic-versioning`
For Poetry 1.1.x, you can use an older version of `poetry-dynamic-versioning` (0.17.1 or earlier)
that relied on a `*.pth` import hack, but this is no longer supported,
so you should migrate to the standardized plugin and Poetry 1.2.0+.

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 = "0.3.2"
version = "0.4.0"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
Expand Down
4 changes: 0 additions & 4 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ def switch_to_plugin():
@task
def patch(ctx):
switch_to_patch()
with ctx.cd(ROOT):
ctx.run("poetry install")


@task
def plugin(ctx):
switch_to_plugin()
with ctx.cd(ROOT):
ctx.run("poetry install")


@task
Expand Down

0 comments on commit 8691373

Please sign in to comment.