Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 31, 2024
1 parent d71aac0 commit 0a2b962
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.8.2 (2024-03-31)

### Chore

* chore(codespell): update `ignore-words-list` ([`69cdbfb`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/69cdbfb1358882f5cd5b4029c790eedf97207e96))

### Documentation

* docs(README): update badges ([`d71aac0`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/d71aac0d19650ab1b93aae43e16c2aa3a6bf9798))


## v0.8.1 (2024-03-31)

### Documentation
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.8.1"
version = "0.8.2"
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/pivoshenko/poetry-plugin-dotenv"

__version__ = "0.8.1"
__version__ = "0.8.2"

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

0 comments on commit 0a2b962

Please sign in to comment.