Skip to content

Commit

Permalink
Bumped version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
calebstewart committed Jun 19, 2021
1 parent a949a61 commit 3c09a84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 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",
Expand Down

0 comments on commit 3c09a84

Please sign in to comment.