Skip to content

Commit 35f061f

Browse files
committed
release 2.6.1
1 parent 7533057 commit 35f061f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

History.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
2.6.1 / 2021-01-14
2+
==================
3+
* [fix] Expire the search cache (#234)
4+
* [fix] Fixing compiler warnings (#235)
5+
* [fix] warning generated by clang (#238)
6+
* [add] Log if a package cannot be installed (#236)
7+
18
2.6.0 / 2021-01-11
29
==================
310
* [change] `clib upgrage` will install the latest released tag by default if no `--tag` provided (#230)
4-
* [fix] Fixed memory leak for clib-search (#229)
11+
* [fix] Fixed memory leak for clib-search (#229)
512
* [fix] Fix memory leak in clib-configure (#228)
613

714
2.5.0 / 2020-12-09

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

0 commit comments

Comments
 (0)