-
-
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 6, 2024
1 parent
9069e56
commit 37a252b
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,31 @@ | |
|
||
|
||
|
||
## v0.6.9 (2024-02-06) | ||
|
||
### Build | ||
|
||
* build(deps): bump cryptography from 41.0.7 to 42.0.0 | ||
|
||
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. | ||
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) | ||
- [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: cryptography | ||
dependency-type: indirect | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`675c305`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/675c30592a622f3a39f7c86240a0ab530e2b8b94)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #187 from volopivoshenko/dependabot/pip/cryptography-42.0.0 | ||
|
||
build(deps): bump cryptography from 41.0.7 to 42.0.0 ([`9069e56`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/9069e564005effdebeb9330cf23ccc14775d520d)) | ||
|
||
|
||
## v0.6.8 (2024-02-05) | ||
|
||
### Unknown | ||
|
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.8" | ||
version = "0.6.9" | ||
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.8" | ||
__version__ = "0.6.9" | ||
|
||
__author__ = "Volodymyr Pivoshenko" | ||
__email__ = "[email protected]" | ||
|