Skip to content

Commit

Permalink
2.8.1 History
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Nov 18, 2022
1 parent b7841ca commit a080927
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.8.1 / 2022-03-21
==================
* [add] Implement building multithreaded for windows. (#264)
* [fix] fix the "clib configure" command error: "free(): double free detected" (#266)
* [fix] fix(src/clib.c): fix null pointer reference (#df1bf57)

2.8.0 / 2021-09-01
==================
* [add] Run tests workflow in pull requests (8bc6089)
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.0"
#define CLIB_VERSION "2.8.1"
#endif

0 comments on commit a080927

Please sign in to comment.