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+
192.6.1 / 2021-01-14
210==================
311 * [ fix] Expire the search cache (#234 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 66//
77
88#ifndef CLIB_VERSION
9- #define CLIB_VERSION "2.6.1 "
9+ #define CLIB_VERSION "2.7.0 "
1010#endif
You can’t perform that action at this time.
0 commit comments