-
-
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 5, 2024
1 parent
1600cd3
commit 95a7170
Showing
3 changed files
with
28 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,32 @@ | |
|
||
|
||
|
||
## v0.6.6 (2024-02-05) | ||
|
||
### Build | ||
|
||
* build(deps): bump crs-k/stale-branches from 3.0.0 to 3.1.4 | ||
|
||
Bumps [crs-k/stale-branches](https://github.com/crs-k/stale-branches) from 3.0.0 to 3.1.4. | ||
- [Release notes](https://github.com/crs-k/stale-branches/releases) | ||
- [Commits](https://github.com/crs-k/stale-branches/compare/v3.0.0...v3.1.4) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: crs-k/stale-branches | ||
dependency-type: direct:production | ||
update-type: version-update:semver-minor | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`5e9fbe6`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/5e9fbe6d091cc25ba54ccb283018e9324e5b2fae)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #186 from volopivoshenko/dependabot/github_actions/crs-k/stale-branches-3.1.4 | ||
|
||
build(deps): bump crs-k/stale-branches from 3.0.0 to 3.1.4 ([`1600cd3`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/1600cd33f9e943d4ff5c5676fd29fca52a44d5a3)) | ||
|
||
|
||
## v0.6.5 (2024-02-03) | ||
|
||
### Ci | ||
|
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.5" | ||
version = "0.6.6" | ||
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.5" | ||
__version__ = "0.6.6" | ||
|
||
__author__ = "Volodymyr Pivoshenko" | ||
__email__ = "[email protected]" | ||
|