Release version 0.5.2
This commit is contained in:
parent
f18130e182
commit
a53fe8f699
|
@ -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`
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue