From e4a6bb2fd724eaf3aaa3935f91b0f29b5bb028a1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Feb 2024 10:49:09 +0000 Subject: [PATCH] 0.6.15 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21a53f..6f7f90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.6.15 (2024-02-19) + +### Unknown + +* Merge pull request #191 from volopivoshenko/dependabot/pip/black-24.2.0 + +build(deps-dev): bump black from 24.1.1 to 24.2.0 ([`d5e579e`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/d5e579e59ac4c80ab9a90540aa12c3730a27a352)) + + ## v0.6.14 (2024-02-19) ### Unknown @@ -45,6 +54,22 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`797e484`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/797e484f23d726640ab9deec4dc9d6685f4ba4a0)) +* build(deps-dev): bump black from 24.1.1 to 24.2.0 + +Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.0. +- [Release notes](https://github.com/psf/black/releases) +- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) +- [Commits](https://github.com/psf/black/compare/24.1.1...24.2.0) + +--- +updated-dependencies: +- dependency-name: black + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`947aa14`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/947aa1424cd76da23f28c084dcec25be39ada472)) + ### Unknown * Merge pull request #193 from volopivoshenko/dependabot/pip/pyupgrade-3.15.1 diff --git a/pyproject.toml b/pyproject.toml index 4a0834b..f07d862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.14" +version = "0.6.15" 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 0be1051..e5d1aef 100644 --- a/src/poetry_plugin_dotenv/__init__.py +++ b/src/poetry_plugin_dotenv/__init__.py @@ -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/volopivoshenko/poetry-plugin-dotenv" -__version__ = "0.6.14" +__version__ = "0.6.15" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"