Bump to v0.4.2

This commit is contained in:
Caleb Stewart 2021-06-15 21:24:13 -04:00
parent 7102430fcd
commit 81e3f2071d
2 changed files with 7 additions and 1 deletions

View File

@ -9,10 +9,16 @@ and simply didn't have the time to go back and retroactively create one.
## [Unreleased]
## [0.4.2] - 2021-06-15
Quick patch release due to corrected bug in `ChannelFile` which caused command
output to be empty in some situations.
### Fixed
- Fixed `linux.enumerate.system.network` to work with old and new style `ip`.
- Fixed `ChannelFile.recvinto` which will no longer raise `BlockingIOError` ([#126](https://github.com/calebstewart/pwncat/issues/126), [#131](https://github.com/calebstewart/pwncat/issues/131))
- Fixed sessions command with invalid session ID ([#130](https://github.com/calebstewart/pwncat/issues/130))
- Fixed zsh shell prompt color syntax ([#130](https://github.com/calebstewart/pwncat/issues/130))
### Added
- Added Pull Request template
- Added CONTRIBUTING.md
- Added `--version` option to entrypoint to retrieve pwncat version

View File

@ -20,7 +20,7 @@ dependency_links = []
# Setup
setup(
name="pwncat",
version="0.4.0a1",
version="0.4.2",
python_requires=">=3.8",
description="A fancy reverse and bind shell handler",
author="Caleb Stewart",