We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dcf68 commit 3d96a83Copy full SHA for 3d96a83
2 files changed
NEWS
@@ -1,3 +1,10 @@
1
+Version 0.8:
2
+ Build fixes for certain platforms and compilers.
3
+
4
+ libdeflate now produces the same output on all CPU architectures.
5
6
+ Improved documentation for building libdeflate on Windows.
7
8
Version 0.7:
9
Fixed a very rare bug that caused data to be compressed incorrectly.
10
The bug affected compression levels 7 and below since libdeflate v0.2.
libdeflate.h
@@ -10,8 +10,8 @@ extern "C" {
#endif
11
12
#define LIBDEFLATE_VERSION_MAJOR 0
13
-#define LIBDEFLATE_VERSION_MINOR 7
14
-#define LIBDEFLATE_VERSION_STRING "0.7"
+#define LIBDEFLATE_VERSION_MINOR 8
+#define LIBDEFLATE_VERSION_STRING "0.8"
15
16
#include <stddef.h>
17
#include <stdint.h>
0 commit comments