-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Feb 19, 2024
1 parent
d5e579e
commit e4a6bb2
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,15 @@ | |
|
||
|
||
|
||
## v0.6.15 (2024-02-19) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #191 from volopivoshenko/dependabot/pip/black-24.2.0 | ||
|
||
build(deps-dev): bump black from 24.1.1 to 24.2.0 ([`d5e579e`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/d5e579e59ac4c80ab9a90540aa12c3730a27a352)) | ||
|
||
|
||
## v0.6.14 (2024-02-19) | ||
|
||
### Unknown | ||
|
@@ -45,6 +54,22 @@ updated-dependencies: | |
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`797e484`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/797e484f23d726640ab9deec4dc9d6685f4ba4a0)) | ||
|
||
* build(deps-dev): bump black from 24.1.1 to 24.2.0 | ||
|
||
Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.0. | ||
- [Release notes](https://github.com/psf/black/releases) | ||
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) | ||
- [Commits](https://github.com/psf/black/compare/24.1.1...24.2.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: black | ||
dependency-type: direct:development | ||
update-type: version-update:semver-minor | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`947aa14`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/947aa1424cd76da23f28c084dcec25be39ada472)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #193 from volopivoshenko/dependabot/pip/pyupgrade-3.15.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "poetry-plugin-dotenv" | ||
version = "0.6.14" | ||
version = "0.6.15" | ||
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]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.14" | ||
__version__ = "0.6.15" | ||
|
||
__author__ = "Volodymyr Pivoshenko" | ||
__email__ = "[email protected]" | ||
|