Skip to content

Commit

Permalink
0.6.28
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 87da5e7 commit a79ba53
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.28 (2024-03-18)

### Unknown

* Merge pull request #211 from volopivoshenko/dependabot/pip/deptry-0.14.0

build(deps-dev): bump deptry from 0.12.0 to 0.14.0 ([`87da5e7`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/87da5e7938520a5c45f7eaa557150daddd8207aa))


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

### Unknown
Expand Down Expand Up @@ -71,6 +80,22 @@ updated-dependencies:

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

* build(deps-dev): bump deptry from 0.12.0 to 0.14.0

Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/fpgmaas/deptry/releases)
- [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fpgmaas/deptry/compare/0.12.0...0.14.0)

---
updated-dependencies:
- dependency-name: deptry
dependency-type: direct:development
update-type: version-update:semver-minor
...

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

### Unknown

* Merge pull request #212 from volopivoshenko/dependabot/pip/black-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.27"
version = "0.6.28"
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.27"
__version__ = "0.6.28"

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

0 comments on commit a79ba53

Please sign in to comment.