Skip to content

Commit 45034a7

Browse files
committed
Release 1.22.2
1 parent 18be4d1 commit 45034a7

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Noteworthy changes in release a.b
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
Noteworthy changes in release 1.22.2 (18th March 2026)
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
Bug Fixes
55
---------

annot-tsv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.TH annot-tsv 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
2+
.TH annot-tsv 1 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
33
.\"
44
.\" Copyright (C) 2015, 2017-2018, 2023-2024 Genome Research Ltd.
55
.\"

bgzip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bgzip 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH bgzip 1 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
bgzip \- Block compression/decompression utility

htsfile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htsfile 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH htsfile 1 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
22
.SH NAME
33
htsfile \- identify high-throughput sequencing data files
44
.\"

htslib-s3-plugin.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htslib-s3-plugin 7 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH htslib-s3-plugin 7 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
22
.SH NAME
33
htslib-s3-plugin \- htslib AWS S3 plugin
44
.\"

htslib/hts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ const char *hts_version(void);
490490
// Immediately after release, bump ZZ to 90 to distinguish in-development
491491
// Git repository builds from the release; you may wish to increment this
492492
// further when significant features are merged.
493-
#define HTS_VERSION 102290
493+
#define HTS_VERSION 102202
494494

495495
/*! @abstract Introspection on the features enabled in htslib
496496
*

ref_cache/ref-cache.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ref-cache 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH ref-cache 1 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
22
.SH NAME
33
ref-cache \- CRAM reference caching proxy
44
.\"

tabix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH tabix 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH tabix 1 "18 March 2026" "htslib-1.22.2" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
tabix \- Generic indexer for TAB-delimited genome position files

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# DEALINGS IN THE SOFTWARE.
2525

2626
# Master version, for use in tarballs or non-git source copies
27-
VERSION=1.22.1
27+
VERSION=1.22.2
2828

2929
# If we have a git clone, then check against the current tag
3030
srcdir=${0%/version.sh}

0 commit comments

Comments
 (0)