Skip to content

Commit

Permalink
0.6.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 19, 2024
1 parent 9431e25 commit f19ea94
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,15 @@



## v0.6.14 (2024-02-19)

### Unknown

* Merge pull request #192 from volopivoshenko/dependabot/pip/ruff-0.2.2

build(deps-dev): bump ruff from 0.2.1 to 0.2.2 ([`9431e25`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/9431e253f2efd4d1e79b9de3da067c0364be196f))


## v0.6.13 (2024-02-19)

### Build
Expand All @@ -20,6 +29,22 @@ updated-dependencies:

Signed-off-by: dependabot[bot] <[email protected]> ([`e659100`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/e659100852a91c47dd7b38c9804ef9cd6992ec54))

* build(deps-dev): bump ruff from 0.2.1 to 0.2.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]> ([`797e484`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/797e484f23d726640ab9deec4dc9d6685f4ba4a0))

### Unknown

* Merge pull request #193 from volopivoshenko/dependabot/pip/pyupgrade-3.15.1
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.13"
version = "0.6.14"
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.13"
__version__ = "0.6.14"

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

0 comments on commit f19ea94

Please sign in to comment.