Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 6, 2024
1 parent 03dcfe9 commit 7f778da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v2.1.0 (2024-05-06)

### Chore

* chore(commitizen): update config ([`d02567f`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/d02567f9d619f4a3a879b89394ecde09add57247))

### Ci

* ci(workflows.cd): remove `force` flag ([`9c72e2a`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/9c72e2a27e6e76a57f11c78ea90c41ae7a22e206))

### Fix

* fix(pypi): update classifiers ([`03dcfe9`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/03dcfe961720be9288f475b4233088629a80d560))


## v2.0.0 (2024-05-06)

### Build
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-plugin-dotenv"
version = "2.0.0"
version = "2.1.0"
description = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run."
license = "MIT"
authors = ["Volodymyr Pivoshenko <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__summary__ = "poetry-plugin-dotenv - is the plugin that automatically loads environment variables from a dotenv file into the environment before poetry commands are run."
__uri__ = "https://github.com/pivoshenko/poetry-plugin-dotenv"

__version__ = "2.0.0"
__version__ = "2.1.0"

__author__ = "Volodymyr Pivoshenko"
__email__ = "[email protected]"
Expand Down

0 comments on commit 7f778da

Please sign in to comment.