Skip to content

Commit

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

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

## v0.3.0 (2023-01-29)
### Feature
* **dependencies:** Add support of the Python 3.11 ([`8cb07d2`](https://github.com/volopivoshenko/poetry-dotenv/commit/8cb07d222fcd30cce61df864755189dbf48f5e63))

### Fix
* Update annotations ([`dfa7a88`](https://github.com/volopivoshenko/poetry-dotenv/commit/dfa7a88348a5f785d317d04e37bb3d86cbe78807))

### Documentation
* Update README ([`155b5d1`](https://github.com/volopivoshenko/poetry-dotenv/commit/155b5d168752ab5816e97ef9f76861d7a48da4ce))
* Refactor changelog ([`9de0e0f`](https://github.com/volopivoshenko/poetry-dotenv/commit/9de0e0f04b95b2eea9e437b3d2fa5d5c95618e6a))
* Update security notes ([`2d91876`](https://github.com/volopivoshenko/poetry-dotenv/commit/2d918766f9432a3b85e49aef2111409193a5f070))
* Update license ([`33fa03c`](https://github.com/volopivoshenko/poetry-dotenv/commit/33fa03c31859f53c2ad8eefae6c8dc764a338b90))
* Update contributing ([`4a82254`](https://github.com/volopivoshenko/poetry-dotenv/commit/4a8225453370a4ca1bd678437861180db4d4f17f))
* Update code of conduct ([`8a8ac6c`](https://github.com/volopivoshenko/poetry-dotenv/commit/8a8ac6c049697ecf6aa87b9dea55f393e4db1ca9))

## v0.2.7 (2022-12-03)

### Fix
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.7"
version = "0.3.0"
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.7"
__version__ = "0.3.0"

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

0 comments on commit 7c0d358

Please sign in to comment.