Skip to content

Commit 6088bc9

Browse files
committed
release 2.6.0
1 parent 0fc8b97 commit 6088bc9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.6.0 / 2020-12-09
2+
==================
3+
* [change] `clib upgrage` will install the latest released tag by default if no `--tag` provided
4+
* [fix] Fixed memory leak for clib-search (#229)
5+
* [fix] Fix memory leak in clib-configure (#228)
6+
17
2.5.0 / 2020-12-09
28
==================
39
* [fix] Update BEST_PRACTICE.md (#218)

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.5.0",
3+
"version": "2.6.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.5.0"
9+
#define CLIB_VERSION "2.6.0"
1010
#endif

0 commit comments

Comments
 (0)