File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
2.6.1 / 2021-01-14
2
10
==================
3
11
* [ fix] Expire the search cache (#234 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " clib" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.7.0 " ,
4
4
"repo" : " clibs/clib" ,
5
5
"install" : " make clean uninstall build install" ,
6
6
"makefile" : " Makefile" ,
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
#ifndef CLIB_VERSION
9
- #define CLIB_VERSION "2.6.1 "
9
+ #define CLIB_VERSION "2.7.0 "
10
10
#endif
You can’t perform that action at this time.
0 commit comments