Skip to content

Commit 4390598

Browse files
committed
release 2.8.2
1 parent 456753e commit 4390598

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
2.8.1 / 2022-03-21
210
==================
311
* [add] Implement building multithreaded for windows. (#264)

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//
77

88
#ifndef CLIB_VERSION
9-
#define CLIB_VERSION "2.8.1"
9+
#define CLIB_VERSION "2.8.2"
1010
#endif

0 commit comments

Comments
 (0)