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 456753e commit 4390598Copy full SHA for 4390598
History.md
@@ -1,3 +1,11 @@
1
+2.8.2 / 2022-11-21
2
+==================
3
+ * [fix] Fixing the failing tests on MacOS (#271)
4
+ * [fix] Initialze the cache in every package related test (#1959247 #febea2e)
5
+ * [fix] Heap buffer overflow reported by Address Sanitizer (#280)
6
+ * [fix] Only successful installs should be cached (#281 #b7841ca #90114c2 #0c19a04 #b976c63)
7
+ * [fix] Incorrect upgrade message (#282)
8
+
9
2.8.1 / 2022-03-21
10
==================
11
* [add] Implement building multithreaded for windows. (#264)
src/version.h
@@ -6,5 +6,5 @@
//
#ifndef CLIB_VERSION
-#define CLIB_VERSION "2.8.1"
+#define CLIB_VERSION "2.8.2"
#endif
0 commit comments