File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and simply didn't have the time to go back and retroactively create one.
99
1010## [ Unreleased]
1111
12+ ## [ 0.5.2] - 2021-12-31
13+ Bug fixes for argument parsing and improved SSH key support thanks to
14+ ` paramiko-ng ` . Moved to a prettier theme for ReadTheDocs documentation.
15+
1216### Changed
1317- Fixed parsing of ` --ssl ` argument in main entrypoint ([ #225 ] ( https://github.com/calebstewart/pwncat/issues/225 ) )
1418- Replaced ` paramiko ` with ` paramiko-ng `
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ addopts = "-v"
1111
1212[tool .poetry ]
1313name = " pwncat-cs"
14- version = " 0.5.1 "
14+ version = " 0.5.2 "
1515description = " Reverse and bind shell automation framework"
1616authors = [
" Caleb Stewart <[email protected] >" ,
" John Hammond" ]
1717readme = " README.md"
You can’t perform that action at this time.
0 commit comments