Skip to content

Commit

Permalink
release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Nov 21, 2022
1 parent 456753e commit 4390598
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.8.2 / 2022-11-21
==================
* [fix] Fixing the failing tests on MacOS (#271)
* [fix] Initialze the cache in every package related test (#1959247 #febea2e)
* [fix] Heap buffer overflow reported by Address Sanitizer (#280)
* [fix] Only successful installs should be cached (#281 #b7841ca #90114c2 #0c19a04 #b976c63)
* [fix] Incorrect upgrade message (#282)

2.8.1 / 2022-03-21
==================
* [add] Implement building multithreaded for windows. (#264)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
//

#ifndef CLIB_VERSION
#define CLIB_VERSION "2.8.1"
#define CLIB_VERSION "2.8.2"
#endif

0 comments on commit 4390598

Please sign in to comment.