Skip to content

Commit

Permalink
0.6.31
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2024
1 parent 8d2633d commit 079be06
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.31 (2024-03-30)

### Unknown

* Merge pull request #215 from pivoshenko/dependabot/pip/deptry-0.15.0

build(deps-dev): bump deptry from 0.14.0 to 0.15.0 ([`8d2633d`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/8d2633d1fcf1070c777f5a939120ad77d5d16514))


## v0.6.30 (2024-03-30)

### Unknown
Expand Down Expand Up @@ -46,6 +55,22 @@ updated-dependencies:

Signed-off-by: dependabot[bot] <[email protected]> ([`622aa90`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/622aa90a18503d9d11da661f7fd8a9fd45e346cd))

* 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.
- [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.14.0...0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]> ([`3912ebd`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/3912ebd2a8bdccee9b1b54edc41bdd285b1cfcab))

### Unknown

* Merge pull request #219 from pivoshenko/dependabot/pip/pylsp-rope-0.1.16
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.30"
version = "0.6.31"
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 <[email protected]>"]
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.30"
__version__ = "0.6.31"

__author__ = "Volodymyr Pivoshenko"
__email__ = "[email protected]"
Expand Down

0 comments on commit 079be06

Please sign in to comment.