Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Apr 20, 2018
1 parent d7935b6 commit fb30452
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Bugfixes:

* TBD

## 0.4.1 (2018-04-19)

Bugfixes:
* Fixed crashes in `grabCrashLog` by dealing with `str`/`unicode` types better
* Made `repos_update` not update funfuzz anymore, since [pip 10 no longer comes](https://blog.python.org/2018/04/pip-10-has-been-released.html) with a `main` method and we should not rely on the internals of pip
* Simplified `boto` import code
* Inlined platform detection code instead of relying on `subprocesses`
* Tweaked Travis / AppVeyor CI configurations

Notes:
* Windows is still on the 0.1.x legacy branch, until Python 3.5+ support is completed

## 0.4.0 (2018-04-13)

Features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

if __name__ == "__main__":
setup(name="funfuzz",
version="0.5.0a1",
version="0.4.1",
entry_points={
"console_scripts": ["funfuzz = funfuzz.bot:main"]
},
Expand Down

0 comments on commit fb30452

Please sign in to comment.