File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.8.0 / 2021-09-01
2+ ==================
3+ * [ add] Run tests workflow in pull requests (8bc6089)
4+ * [ add] Move common settings to a settings header
5+ * [ change] on osx, install curl using brew (#253 )
6+ * [ fix] fix clib-settings.h compilation error (#259 )
7+ * [ fix] Fix a memory issue when downloading files. (#256 )
8+ * [ fix] Fix compile error on cygwin (#251 )
9+ * [ fix] README.md: fix link to explanation of clib.json (#252 )
10+
1112.7.0 / 2021-01-26
212==================
313 * [ feature] Integrating clib-uninstall as ` clib uninstall ` command (#245 )
Original file line number Diff line number Diff line change 11{
22 "name" : " clib" ,
3- "version" : " 2.7 .0" ,
3+ "version" : " 2.8 .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.7 .0"
9+ #define CLIB_VERSION "2.8 .0"
1010#endif
You can’t perform that action at this time.
0 commit comments