Skip to content

Commit dbe720a

Browse files
authored
v0.4.1 (#596)
1 parent 184211b commit dbe720a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/2_bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ body:
4545
label: boofuzz version
4646
description: What version of boofuzz that are you running?
4747
options:
48+
- "0.4.1"
4849
- "0.4.0"
4950
- "0.3.0"
5051
- "0.2.1"

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
Changelog
22
=========
33

4-
Upcoming
5-
--------
4+
v0.4.1
5+
------
66
Features
77
^^^^^^^^
88
- Added support for fuzzing NETCONF servers with the `NETCONFConnection` class.
9-
- Add support and tests for Python 3.10
9+
- Add support and tests for Python 3.10.
1010
- Added `Session` arg `db_filename` to modify the location of the log database.
1111

1212
Fixes
1313
^^^^^
1414
- Fixed check for when to enable the web app.
1515
- Documented the possibility to disable the web app.
16-
- Correctly initialize all children of a request which inherit from `FuzzableBlock`.
16+
- Correctly initialize all children of a request which inherits from `FuzzableBlock`.
1717
- Added type checking for arguments of `Bytes` primitive to prevent incorrect use.
1818
- Fixed TypeError in `s_binary` initialization.
19-
- Remove redundant unicode strings
19+
- Remove redundant unicode strings.
2020

2121
v0.4.0
2222
------

boofuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"Word",
192192
]
193193

194-
__version__ = "0.4.0"
194+
__version__ = "0.4.1"
195195

196196

197197
# REQUEST MANAGEMENT

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = "0.4.0"
58+
version = "0.4.1"
5959
# The full version, including alpha/beta/rc tags.
60-
release = "0.4.0"
60+
release = "0.4.1"
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)