From 3cf958431ed7423b144147a6cd19910dcee80af1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Mar 2024 13:35:03 +0000 Subject: [PATCH] 0.6.22 Automatically generated by python-semantic-release --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/poetry_plugin_dotenv/__init__.py | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713c0c6..374c159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ +## v0.6.22 (2024-03-09) + +### Build + +* build(pre-commit): update dependencies ([`557bc14`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/557bc1487d2444daf73f1d24285ab62b716255d7)) + +* build(poetry): update dependencies + +- add LSPs +- add `import-linter` ([`56229bc`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/56229bc06406e3115e454786495a64fb8d6c12e1)) + +* build(poetry): add `commitizen` ([`31bb62e`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/31bb62eeead8bdf5222a73e901f62dab72d6baa5)) + +* build(pre-commit): update dependencies ([`6d26f33`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/6d26f3382a41131117ba380b153c6f42a994b40a)) + +* build(poetry): update dependencies + +- add LSPs +- add `import-linter` ([`ae6d306`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/ae6d3069249bc0a2e687fa521f206ce485aea896)) + +### Chore + +* chore(poe): add `lint-imports` task ([`fbc6146`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/fbc6146c59864a7179aca5a81bedfdddde516019)) + +* chore(poe): add `memestra` task ([`993e653`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/993e653a9e06cac0248209366e7f0a42b4d1ce70)) + +* chore(poe): add `commitizen` task ([`6291c34`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/6291c34a6d45e23d1edd61e1c7b2b813a6dc7cdd)) + +* chore(commitizen): add config ([`72cae48`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/72cae48fedea8e018bd8e9f947ff46648938c015)) + +### Unknown + +* Merge pull request #206 from volopivoshenko/205-update-linters ([`9858d4e`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/9858d4e78a228eb3971f69ca4b0ca6283fa91e23)) + + ## v0.6.21 (2024-03-04) ### Build diff --git a/pyproject.toml b/pyproject.toml index 314844a..097a175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-plugin-dotenv" -version = "0.6.21" +version = "0.6.22" 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 07a26af..6ce3d7b 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.21" +__version__ = "0.6.22" __author__ = "Volodymyr Pivoshenko" __email__ = "volodymyr.pivoshenko@gmail.com"