Skip to content

Commit

Permalink
release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Dec 9, 2020
1 parent c25e84d commit c3c0913
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.5.0 / 2020-12-09
==================
* [fix] Update BEST_PRACTICE.md (#218)
* [fix] docs: fix simple typo, relese -> release (#221)
* [fix] doc(README.md): Replace dead link with archive.org's (#222)
* [add] Added fuzzer (#224)
* [add] Added free to fuzzer (#225)
* [remove] Removing deprecated -v flag (#227)
* [remove] Removing unused/duplicated environment variables (CLIB_FORCE, CLIB_PREFIX, PREFIX) (#226)

2.4.1 / 2020-09-18
==================
* [fix] correct version in version.h

2.4.0 / 2020-09-18
==================
* [change] Logging future change in clib upgrade's default behaviour (#215)
Expand Down
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clib",
"version": "2.4.0",
"version": "2.5.0",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "2.4.1"
#define CLIB_VERSION "2.5.0"
#endif

0 comments on commit c3c0913

Please sign in to comment.