-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Oct 30, 2023
1 parent
8c6d0b6
commit 2ba588c
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,27 @@ | |
|
||
|
||
|
||
## v0.18.1 (2023-10-30) | ||
|
||
### Fix | ||
|
||
* fix(deps): bump cryptography from 41.0.3 to 41.0.4 (#20) | ||
|
||
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. | ||
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) | ||
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: cryptography | ||
dependency-type: indirect | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
Co-authored-by: Adam Kirchberger <[email protected]> ([`8c6d0b6`](https://github.com/adamkirchberger/nectl/commit/8c6d0b6231bfaf19a41807627c1e0537a2d540ab)) | ||
|
||
|
||
## v0.18.0 (2023-10-30) | ||
|
||
### Feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nectl" | ||
version = "0.18.0" | ||
version = "0.18.1" | ||
description = "An end-to-end Python-based Infrastructure as Code framework for network automation and orchestration." | ||
authors = ["Adam Kirchberger <[email protected]>"] | ||
readme = "README.md" | ||
|