We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90368ba commit 26363ccCopy full SHA for 26363cc
2 files changed
NEWS
@@ -1,5 +1,5 @@
1
-UNRELEASED
2
-----------
+CHANGES IN VERSION 1.8.2 (2026-05-07)
+--------------------------------------
3
4
* Fixed a bug where `merge -n` (min) was silently unreachable in the
5
option parser due to a missing break, causing an EXIT_FAILURE.
src/bwtk.c
@@ -31,8 +31,8 @@
31
#include "kseq.h"
32
#include "khash.h"
33
34
-#define BWTK_VERSION "1.8.1"
35
-#define BWTK_YEAR "2025"
+#define BWTK_VERSION "1.8.2"
+#define BWTK_YEAR "2026"
36
37
// common ----------------------------------------------------------------------
38
0 commit comments