Skip to content

Commit

Permalink
0.6.26
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 18, 2024
1 parent fb05fbf commit ecf7f1d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,34 @@



## v0.6.26 (2024-03-18)

### Unknown

* Merge pull request #210 from volopivoshenko/dependabot/pip/pylsp-rope-0.1.15

build(deps-dev): bump pylsp-rope from 0.1.11 to 0.1.15 ([`fb05fbf`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/fb05fbf34276d0062ae0d5c1d75a9c919d2372ef))


## v0.6.25 (2024-03-18)

### Build

* build(deps-dev): bump pylsp-rope from 0.1.11 to 0.1.15

Bumps [pylsp-rope](https://github.com/python-rope/pylsp-rope) from 0.1.11 to 0.1.15.
- [Release notes](https://github.com/python-rope/pylsp-rope/releases)
- [Commits](https://github.com/python-rope/pylsp-rope/compare/0.1.11...0.1.15)

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

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

* build(deps-dev): bump black from 24.2.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0.
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.25"
version = "0.6.26"
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.25"
__version__ = "0.6.26"

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

0 comments on commit ecf7f1d

Please sign in to comment.