Skip to content

Commit

Permalink
release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Jan 14, 2021
1 parent 7533057 commit 35f061f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
2.6.1 / 2021-01-14
==================
* [fix] Expire the search cache (#234)
* [fix] Fixing compiler warnings (#235)
* [fix] warning generated by clang (#238)
* [add] Log if a package cannot be installed (#236)

2.6.0 / 2021-01-11
==================
* [change] `clib upgrage` will install the latest released tag by default if no `--tag` provided (#230)
* [fix] Fixed memory leak for clib-search (#229)
* [fix] Fixed memory leak for clib-search (#229)
* [fix] Fix memory leak in clib-configure (#228)

2.5.0 / 2020-12-09
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.6.0",
"version": "2.6.1",
"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.6.0"
#define CLIB_VERSION "2.6.1"
#endif

0 comments on commit 35f061f

Please sign in to comment.