Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 12, 2024
1 parent efa417b commit 257ed7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG


## Unreleased

## v0.6.1 (2024-01-12)

### Build

Expand Down Expand Up @@ -1102,6 +1103,16 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`ee48a7b`](https://g

### Ci

* ci(CD): remove build command ([`efa417b`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/efa417b1e16859134f6e399066dd281d5ac9031c))

* ci: update CD workflow ([`63c0eac`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/63c0eac8216a2ad5521fe21d0bae8302180c5395))

* ci: update CD workflow ([`a83b349`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/a83b349cc4607381caae04d7e090913b8baaba96))

* ci: update CD workflow ([`ce95f95`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/ce95f957582ce4ce92936d62feb67b7ad972a804))

* ci: update changelog ([`1b6a2e2`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/1b6a2e2d0bf47db46487900089ff4b232d458dfd))

* ci: update CD workflow ([`c3cf992`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/c3cf9928d8f31290723ac1cf9ad153bf1871c5ab))

* ci: update changelog ([`0419518`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/0419518a034dd0fdf027bc9f28cbf569fd455967))
Expand Down Expand Up @@ -1425,7 +1436,6 @@ build(deps-dev): bump coverage from 7.2.7 to 7.3.0 ([`4386149`](https://github.c
build(deps-dev): bump ruff from 0.0.280 to 0.0.282 ([`9602ba7`](https://github.com/volopivoshenko/poetry-plugin-dotenv/commit/9602ba7714dbd0c7e2180c0b37bb41c0bfd769c0))



## v0.5.2 (2023-08-05)

### Build
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.0"
version = "0.6.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 <[email protected]>"]
Expand Down

0 comments on commit 257ed7c

Please sign in to comment.