From d5a8438628c9a85d1d13fa697a3b99e76173de63 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Mar 2024 11:29:32 +0000 Subject: [PATCH] 0.6.23 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374c159..2877a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ +## v0.6.23 (2024-03-11) + +### Build + +* build(deps): bump crs-k/stale-branches from 4.0.1 to 4.1.0 + +Bumps [crs-k/stale-branches](https://github.com/crs-k/stale-branches) from 4.0.1 to 4.1.0. +- [Release notes](https://github.com/crs-k/stale-branches/releases) +- [Commits](https://github.com/crs-k/stale-branches/compare/v4.0.1...v4.1.0) + +--- +updated-dependencies: +- dependency-name: crs-k/stale-branches + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`650df06`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/650df0692a4b5c05695d219e5bd8e99e8e9b7aad)) + +### Unknown + +* Merge pull request #208 from volopivoshenko/dependabot/github_actions/crs-k/stale-branches-4.1.0 + +build(deps): bump crs-k/stale-branches from 4.0.1 to 4.1.0 ([`73fbc3b`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/73fbc3bfdbf68c37b2d06666bd6c6d562cf8b50a)) + + ## v0.6.22 (2024-03-09) ### Build diff --git a/pyproject.toml b/pyproject.toml index 097a175..e056dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.22" +version = "0.6.23" 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 6ce3d7b..2cc7318 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.22" +__version__ = "0.6.23" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"