Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 29, 2024
1 parent 9126316 commit 06f9bc0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v2.2.1 (2024-06-29)

### Ci

* ci(labels): update color fields ([`9126316`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/9126316a4a7ac0e99785e12266ced2eedfbc3ae4))

* ci(labels): update color fields ([`4b1a5b3`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/4b1a5b301ba2b492469b16e99f3f106bc2090f37))

* ci(workflows): update names ([`639d8e1`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/639d8e1ae23d98ca323ffd1d305d7c1e919d0010))

### Documentation

* docs(README): update badges ([`86e4e32`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/86e4e323b40ab5b87d6e4f577f7f1c281ba2452f))

## v2.2.0 (2024-06-29)

### 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.2.0"
version = "2.2.1"
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 <volodymyr.pivoshenko@gmail.com>"]
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 @@ -7,7 +7,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.2.0"
__version__ = "2.2.1"

__author__ = "Volodymyr Pivoshenko"
__email__ = "volodymyr.pivoshenko@gmail.com"
Expand Down

0 comments on commit 06f9bc0

Please sign in to comment.