Skip to content

Commit

Permalink
Release miniprot-0.10 (r225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Apr 4, 2023
1 parent 58c109f commit 6513238
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release 0.10-r225 (3 April 2023)
--------------------------------

Notable change:

* Bugfix: rare segmentation fault (#38 and #39). This bug affected all
previous versions of miniprot.

(0.10: 3 April 2023, r225)



Release 0.9-r223 (9 March 2023)
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion miniprot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6513238

Please sign in to comment.