Skip to content

Commit

Permalink
Automatically generated by python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 30, 2023
1 parent 8c6d0b6 commit 2ba588c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "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"
Expand Down

0 comments on commit 2ba588c

Please sign in to comment.