Skip to content

Commit a2cfd2a

Browse files
committed
release 2.7.0
1 parent 353834e commit a2cfd2a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.7.0 / 2021-01-26
2+
==================
3+
* [feature] Integrating clib-uninstall as `clib uninstall` command (#245)
4+
* [feature] Integrating clib-validate to automatically validate `clib.json` files (#242)
5+
* [deprecated] Deperecated `clib-*` executable plugins (#244)
6+
* [fix] `clib init` can't always determine the current directory name (#240)
7+
* [fix] memory leak in clib.c (#353834e)
8+
19
2.6.1 / 2021-01-14
210
==================
311
* [fix] Expire the search cache (#234)

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.1",
3+
"version": "2.7.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.6.1"
9+
#define CLIB_VERSION "2.7.0"
1010
#endif

0 commit comments

Comments
 (0)