Skip to content

Commit

Permalink
chore: bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
13ph03nix committed Jul 26, 2023
1 parent 08b1749 commit c34ecb4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
export VERSION=$(echo $GH_REF | sed 's:refs/tags/v::')
git config --global user.email "[email protected]"
git config --global user.name 'Tian Qiao'
git config --global user.name '13ph03nix'
git commit -a -m "Version ${VERSION} (automated version bump)"
git push origin master
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# version 2.0.5
----------------
* fix hook failure due to urllib3 update #368 #373
* optimize DSL expression execution #372
* making mmh3 an optional dependency #359
* disable mandatory updates

# version 2.0.4
----------------
* Updated protocol names that are compatible with Nuclei v2.9.1
Expand Down
6 changes: 3 additions & 3 deletions manpages/poc-console.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\"
.\" Nov 3, 2022
.\" Man page author:
.\" Tian Qiao <[email protected]>
.\" 13ph03nix <[email protected]>
.\"
.SH NAME
.I poc-console
Expand Down Expand Up @@ -31,7 +31,7 @@ is maintained at:
.I https://pocsuite.org
.PP
.SH VERSION
This manual page documents pocsuite3 version 2.0.4
This manual page documents pocsuite3 version 2.0.5
.SH AUTHOR
.br
(c) 2014-present by Knownsec 404 Team
Expand All @@ -46,7 +46,7 @@ redistribute this software under certain conditions. If you wish to embed
pocsuite3 technology into proprietary software, we sell alternative licenses
(contact [email protected]).
.PP
Manual page started by Tian Qiao
Manual page started by 13ph03nix
<[email protected]>
.PP

6 changes: 3 additions & 3 deletions manpages/pocsuite.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\"
.\" Nov 3, 2022
.\" Man page author:
.\" Tian Qiao <[email protected]>
.\" 13ph03nix <[email protected]>
.\"
.SH NAME
.I pocsuite3
Expand Down Expand Up @@ -289,7 +289,7 @@ is maintained at:
.I https://pocsuite.org
.PP
.SH VERSION
This manual page documents pocsuite3 version 2.0.4
This manual page documents pocsuite3 version 2.0.5
.SH AUTHOR
.br
(c) 2014-present by Knownsec 404 Team
Expand All @@ -304,7 +304,7 @@ redistribute this software under certain conditions. If you wish to embed
pocsuite3 technology into proprietary software, we sell alternative licenses
(contact [email protected]).
.PP
Manual page started by Tian Qiao
Manual page started by 13ph03nix
<[email protected]>
.PP

2 changes: 1 addition & 1 deletion pocsuite3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'pocsuite3'
__version__ = '2.0.4'
__version__ = '2.0.5'
__author__ = 'Knownsec 404 Team'
__author_email__ = '[email protected]'
__license__ = 'GPLv2'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_packages(where='.'):

setup(
name='pocsuite3',
version='2.0.4',
version='2.0.5',
url='https://pocsuite.org',
description='Open-sourced remote vulnerability testing framework.',
long_description=long_description,
Expand Down

0 comments on commit c34ecb4

Please sign in to comment.