Skip to content

Commit

Permalink
Merge pull request #159 from jtpereyda/release-v0.0.9
Browse files Browse the repository at this point in the history
Update __version__ and CHANGELOG for v0.0.9
  • Loading branch information
jtpereyda authored Aug 23, 2017
2 parents e1557ae + 435a7a2 commit fb8667c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Upcoming
========
0.0.9
=====
Features
--------
- `s_size` is now fuzzable by default.
Expand All @@ -8,7 +8,7 @@ Features

Fixes
-----
- Fixed: add a dummy value custom checksum in checksum helper (issue #107)
- Fixed: Add missing dummy value for custom checksum, allowing recursive uses of length/checksum (issue #107)

0.0.8
=====
Expand Down
2 changes: 1 addition & 1 deletion boofuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .sex import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
from .socket_connection import SocketConnection

__version__ = '0.0.8'
__version__ = '0.0.9'


# REQUEST MANAGEMENT
Expand Down

0 comments on commit fb8667c

Please sign in to comment.