From c7271b49793f0fd0467477bd1b295ab774d3dfa1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 5 Feb 2024 20:15:07 +0000 Subject: [PATCH] 0.6.7 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 ae56ca5..c81bda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.6.7 (2024-02-05) + +### Unknown + +* Merge pull request #185 from volopivoshenko/dependabot/github_actions/codecov/codecov-action-4 + +build(deps): bump codecov/codecov-action from 3 to 4 ([`9e5e892`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/9e5e892ce2c39577c02eb1645e4cbf6c16662d60)) + + ## v0.6.6 (2024-02-05) ### Build @@ -21,6 +30,22 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`5e9fbe6`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/5e9fbe6d091cc25ba54ccb283018e9324e5b2fae)) +* build(deps): bump codecov/codecov-action from 3 to 4 + +Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. +- [Release notes](https://github.com/codecov/codecov-action/releases) +- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) +- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) + +--- +updated-dependencies: +- dependency-name: codecov/codecov-action + dependency-type: direct:production + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`64661f1`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/64661f176ead4c76dc9a7fe8e07e7fd9a63e94b4)) + ### Unknown * Merge pull request #186 from volopivoshenko/dependabot/github_actions/crs-k/stale-branches-3.1.4 diff --git a/pyproject.toml b/pyproject.toml index 228a2e5..6b85098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.6" +version = "0.6.7" 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 477bd9f..f9b1e82 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.6" +__version__ = "0.6.7" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"