Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 29, 2022
1 parent 0714e00 commit d3bf2cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--next-version-placeholder-->

## v0.2.1 (2022-10-29)
### Fix
* **plugin:** Resolve issue with debug entry ([`0714e00`](https://github.com/volopivoshenko/poetry-dotenv/commit/0714e000b6287a19d19ed8c83717a7b1f39cdd88))

### Documentation
* **README:** Add overview section ([`b3956c7`](https://github.com/volopivoshenko/poetry-dotenv/commit/b3956c74ae3c63af9b70f7ae20ac8653af478868))
* **README:** Remove LGTM badge ([`5faf034`](https://github.com/volopivoshenko/poetry-dotenv/commit/5faf034e80f7c57a407124e0dbe6dd4d90517177))
* **README:** Remove redunant char ([`5941462`](https://github.com/volopivoshenko/poetry-dotenv/commit/5941462eeabb9c92810c0c0ff90892faf54459b2))

## v0.2.0 (2022-10-22)
### Feature
* **plugin:** Add core dotenv functionality ([`2da6bf1`](https://github.com/volopivoshenko/poetry-dotenv/commit/2da6bf193269f283cad477eddce39fef8ef8a991))
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-dotenv"
version = "0.2.0"
version = "0.2.1"
description = "poetry-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_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__summary__ = "poetry-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-dotenv"

__version__ = "0.2.0"
__version__ = "0.2.1"

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

0 comments on commit d3bf2cf

Please sign in to comment.