We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c109f commit 6513238Copy full SHA for 6513238
NEWS.md
@@ -1,3 +1,15 @@
1
+Release 0.10-r225 (3 April 2023)
2
+--------------------------------
3
+
4
+Notable change:
5
6
+ * Bugfix: rare segmentation fault (#38 and #39). This bug affected all
7
+ previous versions of miniprot.
8
9
+(0.10: 3 April 2023, r225)
10
11
12
13
Release 0.9-r223 (9 March 2023)
14
-------------------------------
15
miniprot.h
@@ -3,7 +3,7 @@
#include <stdint.h>
-#define MP_VERSION "0.9-r224-dirty"
+#define MP_VERSION "0.10-r225"
#define MP_F_NO_SPLICE 0x1
#define MP_F_NO_ALIGN 0x2
0 commit comments