Skip to content

Commit

Permalink
Prepare 2.5.0 release. (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang authored Aug 3, 2021
1 parent bf0798e commit 34025e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

## Version 2.5.0
- Restructured internal imports to make pip package cleaner.
- AFL++ support.
- Many bug fixes.

## Version 2.4.0
- Various improvements for libClusterFuzz.
- Local development improvements.
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='clusterfuzz',
version='1.7.1',
version='2.5.0',
author='ClusterFuzz authors',
author_email='[email protected]',
description='ClusterFuzz',
Expand Down

0 comments on commit 34025e8

Please sign in to comment.