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 86be13b commit 2d6c768Copy full SHA for 2d6c768
CHANGELOG.rst
@@ -1,10 +1,11 @@
1
Changelog
2
=========
3
4
-Upcoming
5
---------
+v0.2.1
+------
6
Features
7
^^^^^^^^
8
+- Added simple TFTP fuzzer example.
9
10
Fixes
11
^^^^^
boofuzz/__init__.py
@@ -169,7 +169,7 @@
169
"Word",
170
]
171
172
-__version__ = "0.2.0"
+__version__ = "0.2.1"
173
174
175
# REQUEST MANAGEMENT
docs/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = u"0.2.0"
+version = u"0.2.1"
59
# The full version, including alpha/beta/rc tags.
60
-release = u"0.2.0"
+release = u"0.2.1"
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
0 commit comments