From 3c09a84454189e544380a95a3dadf5129938eecd Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Fri, 18 Jun 2021 20:21:25 -0400 Subject: [PATCH] Bumped version number and changelog --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3952ac2..068dd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 3322ec1..d7c7eff 100644 --- a/setup.py +++ b/setup.py @@ -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",