-
-
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
Mar 30, 2024
1 parent
a39aebb
commit 76efa72
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.30 (2024-03-30) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #218 from pivoshenko/dependabot/pip/commitizen-3.20.0 | ||
|
||
build(deps-dev): bump commitizen from 3.18.0 to 3.20.0 ([`a39aebb`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/a39aebbbb2df97e7eb8d55390fe95f595eb4943f)) | ||
|
||
|
||
## v0.6.29 (2024-03-30) | ||
|
||
### Build | ||
|
@@ -21,6 +30,22 @@ updated-dependencies: | |
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`11f658a`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/11f658a3bd2afa5020e1c4a764b8a14874b3baa0)) | ||
|
||
* build(deps-dev): bump commitizen from 3.18.0 to 3.20.0 | ||
|
||
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.18.0 to 3.20.0. | ||
- [Release notes](https://github.com/commitizen-tools/commitizen/releases) | ||
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) | ||
- [Commits](https://github.com/commitizen-tools/commitizen/compare/v3.18.0...v3.20.0) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: commitizen | ||
dependency-type: direct:development | ||
update-type: version-update:semver-minor | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`622aa90`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/622aa90a18503d9d11da661f7fd8a9fd45e346cd)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #219 from pivoshenko/dependabot/pip/pylsp-rope-0.1.16 | ||
|
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.29" | ||
version = "0.6.30" | ||
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.29" | ||
__version__ = "0.6.30" | ||
|
||
__author__ = "Volodymyr Pivoshenko" | ||
__email__ = "[email protected]" | ||
|