Skip to content

Commit a53fe8f

Browse files
committed
Release version 0.5.2
1 parent f18130e commit a53fe8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addopts = "-v"
1111

1212
[tool.poetry]
1313
name = "pwncat-cs"
14-
version = "0.5.1"
14+
version = "0.5.2"
1515
description = "Reverse and bind shell automation framework"
1616
authors = ["Caleb Stewart <[email protected]>", "John Hammond"]
1717
readme = "README.md"

0 commit comments

Comments
 (0)