1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Bumped version number

This commit is contained in:
Caleb Stewart 2021-12-07 11:12:11 -05:00
parent 182483ed33
commit f8f9598268
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ 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.1] - 2021-12-07
Minor bug fixes. Mainly typos from changing the package name. Minor bug fixes. Mainly typos from changing the package name.
### Changed ### Changed
@ -16,7 +16,7 @@ Minor bug fixes. Mainly typos from changing the package name.
### Added ### Added
- Read the Docs Configuration File - Read the Docs Configuration File
## [v0.5.0] - 2021-11-28 ## [0.5.0] - 2021-11-28
This is a major release mainly due to the name change, and PyPI package addition. This is a major release mainly due to the name change, and PyPI package addition.
The package has been renamed to `pwncat-cs` and the default entrypoint has also The package has been renamed to `pwncat-cs` and the default entrypoint has also
been renamed to `pwncat-cs`. These changes were made in an effort to deconflict been renamed to `pwncat-cs`. These changes were made in an effort to deconflict

View File

@ -11,7 +11,7 @@ addopts = "-v"
[tool.poetry] [tool.poetry]
name = "pwncat-cs" name = "pwncat-cs"
version = "0.5.0" version = "0.5.1"
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"