From d15c5aec36d61deb096df3eb6cb290f5619f3114 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Nov 2022 21:09:04 +0000 Subject: [PATCH] 0.2.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/poetry_dotenv/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bb5d0..474b622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.2.5 (2022-11-18) +### Fix +* **dependencies:** Update base Python version ([`54d9c24`](https://github.com/volopivoshenko/poetry-dotenv/commit/54d9c2449d9adb2ae01398f900c839623640cbf5)) + +### Documentation +* Update example ([`dcf96a2`](https://github.com/volopivoshenko/poetry-dotenv/commit/dcf96a29c3a35f8a4566cacc13aa7b333d9ba254)) + ## v0.2.4 (2022-11-16) ### Fix * **plugin:** Update logger ([`31a7d0a`](https://github.com/volopivoshenko/poetry-dotenv/commit/31a7d0a454e7a87efb3cd635978725dbf06fe714)) diff --git a/pyproject.toml b/pyproject.toml index d34ebc3..d9579c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dotenv" -version = "0.2.4" +version = "0.2.5" description = "poetry-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_dotenv/__init__.py b/src/poetry_dotenv/__init__.py index 52b4d9d..8c2ffca 100644 --- a/src/poetry_dotenv/__init__.py +++ b/src/poetry_dotenv/__init__.py @@ -4,7 +4,7 @@ __summary__ = "poetry-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/volopivoshenko/poetry-dotenv" -__version__ = "0.2.4" +__version__ = "0.2.5" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"