-
-
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
Sep 3, 2024
1 parent
ed68597
commit 751306d
Showing
3 changed files
with
30 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 |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# CHANGELOG | ||
|
||
## v2.4.0 (2024-09-03) | ||
|
||
### Build | ||
|
||
* build(deps-dev): bump python-semantic-release from 9.8.7 to 9.8.8 | ||
|
||
Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.7 to 9.8.8. | ||
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) | ||
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) | ||
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.7...v9.8.8) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: python-semantic-release | ||
dependency-type: direct:development | ||
update-type: version-update:semver-patch | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`b73efed`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/b73efed6ff499d902cded9ea54ed3118cf3c0eb6)) | ||
|
||
### Ci | ||
|
||
* ci(workflows.release): add a flag to force release ([`ed68597`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/ed68597e550fd7e9423c0ad7ea223801de0f3940)) | ||
|
||
### Feature | ||
|
||
* feat(poetry): downgrade `poetry` version ([`5dd45a0`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/5dd45a0542a735574b3c49c6112ab788e07fca20)) | ||
|
||
## v2.3.0 (2024-09-01) | ||
|
||
### Build | ||
|
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 = "2.3.0" | ||
version = "2.4.0" | ||
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 |
---|---|---|
|
@@ -7,7 +7,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/pivoshenko/poetry-plugin-dotenv" | ||
|
||
__version__ = "2.3.0" | ||
__version__ = "2.4.0" | ||
|
||
__author__ = "Volodymyr Pivoshenko" | ||
__email__ = "[email protected]" | ||
|