Skip to content

Commit

Permalink
0.6.27
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 18, 2024
1 parent b5ff1c7 commit 0744268
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.6.27 (2024-03-18)

### Unknown

* Merge pull request #209 from volopivoshenko/dependabot/pip/coverage-7.4.4

build(deps-dev): bump coverage from 7.4.3 to 7.4.4 ([`b5ff1c7`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/b5ff1c7220170f899facabce5faef52cefb8e222))


## v0.6.26 (2024-03-18)

### Unknown
Expand Down Expand Up @@ -30,6 +39,22 @@ updated-dependencies:

Signed-off-by: dependabot[bot] <support@github.com> ([`e097c4a`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/e097c4a17dbd1277f817ddb971fd258d109af3b6))

* build(deps-dev): bump coverage from 7.4.3 to 7.4.4

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`24cd501`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/24cd50164f25527caf36f02d013f438bc9def396))

* build(deps-dev): bump black from 24.2.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-dotenv"
version = "0.6.26"
version = "0.6.27"
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 <volodymyr.pivoshenko@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.26"
__version__ = "0.6.27"

__author__ = "Volodymyr Pivoshenko"
__email__ = "volodymyr.pivoshenko@gmail.com"
Expand Down

0 comments on commit 0744268

Please sign in to comment.