Skip to content

Commit 49b23fd

Browse files
committed
Version bump to 0.5.4
1 parent 100024f commit 49b23fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
The Changelog starts with v0.4.1, because we did not keep one before that,
88
and simply didn't have the time to go back and retroactively create one.
99

10-
## [Unreleased]
10+
## [0.5.4] - 2022-01-27
11+
Bug fix for the `load` command.
1112

1213
### Changed
1314
- Fixed `Manger.load_modules` call in `pwncat/commands/load.py`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addopts = "-v"
1111

1212
[tool.poetry]
1313
name = "pwncat-cs"
14-
version = "0.5.3"
14+
version = "0.5.4"
1515
description = "Reverse and bind shell automation framework"
1616
authors = ["Caleb Stewart <[email protected]>", "John Hammond"]
1717
readme = "README.md"

0 commit comments

Comments
 (0)