1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00

Bumped version number and changelog

This commit is contained in:
Caleb Stewart 2021-06-18 20:21:25 -04:00
parent a949a611c1
commit 3c09a84454
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@ The Changelog starts with v0.4.1, because we did not keep one before that,
and simply didn't have the time to go back and retroactively create one.
## [Unreleased]
## [0.4.3] - 2021-06-18
Patch fix release. Major fixes are the correction of file IO for LinuxWriters and
improved stability with better exception handling.
### Fixed
- Pinned container base image to alpine 3.13.5 and installed to virtualenv ([#134](https://github.com/calebstewart/pwncat/issues/134))
- Fixed syntax for f-strings in escalation command

View File

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