From 9966007ec1d44c305f9ac617b1fa8d87236527bb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Mar 2024 12:25:43 +0000 Subject: [PATCH] 0.6.32 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e54389..73a70e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.6.32 (2024-03-30) + +### Unknown + +* Merge pull request #216 from pivoshenko/dependabot/pip/pytest-cov-5.0.0 + +build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 ([`86f7bab`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/86f7bab743328003e7dc141c60fb0683e26f55b1)) + + ## v0.6.31 (2024-03-30) ### Unknown @@ -55,6 +64,21 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`622aa90`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/622aa90a18503d9d11da661f7fd8a9fd45e346cd)) +* build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 + +Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. +- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) + +--- +updated-dependencies: +- dependency-name: pytest-cov + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`898ef31`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/898ef3171c89ff607beecb0cd7abed3be541da78)) + * build(deps-dev): bump deptry from 0.14.0 to 0.15.0 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.14.0 to 0.15.0. diff --git a/pyproject.toml b/pyproject.toml index cb7c2ae..4a124d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.31" +version = "0.6.32" 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 1cd1c64..0d69b32 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.31" +__version__ = "0.6.32" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"