Version bump to 0.5.4

This commit is contained in:
Caleb Stewart 2022-01-27 21:43:06 -05:00
parent 100024f4c1
commit 49b23fd8bc
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The Changelog starts with v0.4.1, because we did not keep one before that, 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. and simply didn't have the time to go back and retroactively create one.
## [Unreleased] ## [0.5.4] - 2022-01-27
Bug fix for the `load` command.
### Changed ### Changed
- Fixed `Manger.load_modules` call in `pwncat/commands/load.py`. - Fixed `Manger.load_modules` call in `pwncat/commands/load.py`.

View File

@ -11,7 +11,7 @@ addopts = "-v"
[tool.poetry] [tool.poetry]
name = "pwncat-cs" name = "pwncat-cs"
version = "0.5.3" version = "0.5.4"
description = "Reverse and bind shell automation framework" description = "Reverse and bind shell automation framework"
authors = ["Caleb Stewart <caleb.stewart94@gmail.com>", "John Hammond"] authors = ["Caleb Stewart <caleb.stewart94@gmail.com>", "John Hammond"]
readme = "README.md" readme = "README.md"