diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e401c1..ae56ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ +## v0.6.6 (2024-02-05) + +### Build + +* build(deps): bump crs-k/stale-branches from 3.0.0 to 3.1.4 + +Bumps [crs-k/stale-branches](https://github.com/crs-k/stale-branches) from 3.0.0 to 3.1.4. +- [Release notes](https://github.com/crs-k/stale-branches/releases) +- [Commits](https://github.com/crs-k/stale-branches/compare/v3.0.0...v3.1.4) + +--- +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> ([`5e9fbe6`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/5e9fbe6d091cc25ba54ccb283018e9324e5b2fae)) + +### Unknown + +* Merge pull request #186 from volopivoshenko/dependabot/github_actions/crs-k/stale-branches-3.1.4 + +build(deps): bump crs-k/stale-branches from 3.0.0 to 3.1.4 ([`1600cd3`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/1600cd33f9e943d4ff5c5676fd29fca52a44d5a3)) + + ## v0.6.5 (2024-02-03) ### Ci diff --git a/pyproject.toml b/pyproject.toml index 2fe3fc7..228a2e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.5" +version = "0.6.6" 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 7c77872..477bd9f 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.5" +__version__ = "0.6.6" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"