We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd226 commit e106ec6Copy full SHA for e106ec6
CHANGELOG.md
@@ -1,6 +1,11 @@
1
## Release history
2
3
-### 0.3.0 - beta1 (2021-08-23)
+### 0.3.1 - beta2 (2022-12-10)
4
+
5
+Minor bugfix release. Documentation being updated.
6
7
8
+### 0.3.0 - beta1 (2022-12-04)
9
10
Besides outdated documentation, Raider is now ready to be considered a
11
beta quality software. Many things have changed, and many are still
raider/__version__.py
@@ -18,7 +18,7 @@
18
19
__title__ = "raider"
20
__description__ = "Authentication testing tool"
21
-__version__ = "0.3.0"
+__version__ = "0.3.1"
22
__author__ = "Daniel Neagaru"
23
__author_email__ = "daniel@digeex.de"
24
__license__ = "GPLv3+"
0 commit comments