Release version 0.5.2

This commit is contained in:
Caleb Stewart 2021-12-31 18:03:49 -05:00
parent f18130e182
commit a53fe8f699
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ and simply didn't have the time to go back and retroactively create one.
## [Unreleased]
## [0.5.2] - 2021-12-31
Bug fixes for argument parsing and improved SSH key support thanks to
`paramiko-ng`. Moved to a prettier theme for ReadTheDocs documentation.
### Changed
- Fixed parsing of `--ssl` argument in main entrypoint ([#225](https://github.com/calebstewart/pwncat/issues/225))
- Replaced `paramiko` with `paramiko-ng`

View File

@ -11,7 +11,7 @@ addopts = "-v"
[tool.poetry]
name = "pwncat-cs"
version = "0.5.1"
version = "0.5.2"
description = "Reverse and bind shell automation framework"
authors = ["Caleb Stewart <caleb.stewart94@gmail.com>", "John Hammond"]
readme = "README.md"