Skip to content

Commit

Permalink
Release version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calebstewart committed Dec 31, 2021
1 parent f18130e commit a53fe8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>", "John Hammond"]
readme = "README.md"
Expand Down

0 comments on commit a53fe8f

Please sign in to comment.