Skip to content

Commit

Permalink
0.6.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 6, 2024
1 parent 9069e56 commit 37a252b
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,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
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.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]>"]
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.8"
__version__ = "0.6.9"

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

0 comments on commit 37a252b

Please sign in to comment.