From 06f9bc0dd3a2953b675a2c3381c2b976868f48de Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 Jun 2024 23:18:34 +0000 Subject: [PATCH] 2.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcacbcd..a3be4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2015bb8..a30958b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/src/poetry_plugin_dotenv/__init__.py b/src/poetry_plugin_dotenv/__init__.py index 906a2d4..cd7582d 100644 --- a/src/poetry_plugin_dotenv/__init__.py +++ b/src/poetry_plugin_dotenv/__init__.py @@ -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"