Skip to content

Commit 6513238

Browse files
committed
Release miniprot-0.10 (r225)
1 parent 58c109f commit 6513238

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
Release 0.9-r223 (9 March 2023)
214
-------------------------------
315

miniprot.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <stdint.h>
55

6-
#define MP_VERSION "0.9-r224-dirty"
6+
#define MP_VERSION "0.10-r225"
77

88
#define MP_F_NO_SPLICE 0x1
99
#define MP_F_NO_ALIGN 0x2

0 commit comments

Comments
 (0)