Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 3, 2024
1 parent ed68597 commit 751306d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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] <support@github.com> ([`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
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 = "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 <volodymyr.pivoshenko@gmail.com>"]
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 @@ -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__ = "volodymyr.pivoshenko@gmail.com"
Expand Down

0 comments on commit 751306d

Please sign in to comment.