Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 8, 2025
1 parent 653401e commit 4bda6f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


## v2.7.1 (2025-02-08)

### Code Style

- **examples**: Update GIF theme
([`653401e`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/653401e74db7d923e74b5af3cf69c2b1b1eab173))

### Continuous Integration

- **labels**: Update description
([`460c7d0`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/460c7d0fa28b5dc9268cb539a2a50fb23d5d4eda))

### Documentation

- **README**: Update examples
([`6fac995`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/6fac995f6e732aa8f936d0189ecef096b5e36ff2))


## v2.7.0 (2025-02-08)

### Bug Fixes
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.7.0"
version = "2.7.1"
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.7.0"
__version__ = "2.7.1"

__author__ = "Volodymyr Pivoshenko"
__email__ = "volodymyr.pivoshenko@gmail.com"
Expand Down

0 comments on commit 4bda6f3

Please sign in to comment.