From 49b23fd8bcc54331a344d5a949c5b8a762181c2d Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Thu, 27 Jan 2022 21:43:06 -0500 Subject: [PATCH] Version bump to 0.5.4 --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe4fb7..a51a771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, 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 - Fixed `Manger.load_modules` call in `pwncat/commands/load.py`. diff --git a/pyproject.toml b/pyproject.toml index 3eb2b19..dc9e5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ addopts = "-v" [tool.poetry] name = "pwncat-cs" -version = "0.5.3" +version = "0.5.4" description = "Reverse and bind shell automation framework" authors = ["Caleb Stewart ", "John Hammond"] readme = "README.md"