Skip to content

Commit c3c0913

Browse files
committed
release 2.5.0
1 parent c25e84d commit c3c0913

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.5.0 / 2020-12-09
2+
==================
3+
* [fix] Update BEST_PRACTICE.md (#218)
4+
* [fix] docs: fix simple typo, relese -> release (#221)
5+
* [fix] doc(README.md): Replace dead link with archive.org's (#222)
6+
* [add] Added fuzzer (#224)
7+
* [add] Added free to fuzzer (#225)
8+
* [remove] Removing deprecated -v flag (#227)
9+
* [remove] Removing unused/duplicated environment variables (CLIB_FORCE, CLIB_PREFIX, PREFIX) (#226)
10+
11+
2.4.1 / 2020-09-18
12+
==================
13+
* [fix] correct version in version.h
14+
115
2.4.0 / 2020-09-18
216
==================
317
* [change] Logging future change in clib upgrade's default behaviour (#215)

clib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clib",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"repo": "clibs/clib",
55
"install": "make clean uninstall build install",
66
"makefile": "Makefile",

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//
77

88
#ifndef CLIB_VERSION
9-
#define CLIB_VERSION "2.4.1"
9+
#define CLIB_VERSION "2.5.0"
1010
#endif

0 commit comments

Comments
 (0)