We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc8b97 commit 6088bc9Copy full SHA for 6088bc9
History.md
@@ -1,3 +1,9 @@
1
+2.6.0 / 2020-12-09
2
+==================
3
+ * [change] `clib upgrage` will install the latest released tag by default if no `--tag` provided
4
+ * [fix] Fixed memory leak for clib-search (#229)
5
+ * [fix] Fix memory leak in clib-configure (#228)
6
+
7
2.5.0 / 2020-12-09
8
==================
9
* [fix] Update BEST_PRACTICE.md (#218)
clib.json
@@ -1,6 +1,6 @@
{
"name": "clib",
- "version": "2.5.0",
+ "version": "2.6.0",
"repo": "clibs/clib",
"install": "make clean uninstall build install",
"makefile": "Makefile",
src/version.h
@@ -6,5 +6,5 @@
//
#ifndef CLIB_VERSION
-#define CLIB_VERSION "2.5.0"
+#define CLIB_VERSION "2.6.0"
10
#endif
0 commit comments