Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
calebstewart committed Dec 7, 2021
1 parent 182483e commit f8f9598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.

### Changed
Expand All @@ -16,7 +16,7 @@ Minor bug fixes. Mainly typos from changing the package name.
### Added
- 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.
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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "-v"

[tool.poetry]
name = "pwncat-cs"
version = "0.5.0"
version = "0.5.1"
description = "Reverse and bind shell automation framework"
authors = ["Caleb Stewart <[email protected]>", "John Hammond"]
readme = "README.md"
Expand Down

0 comments on commit f8f9598

Please sign in to comment.