Skip to content

Commit 56136bb

Browse files
release version 0.26.1
1 parent 62fbb51 commit 56136bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-htslib"
3-
version = "0.26.1-alpha.0"
3+
version = "0.26.1"
44
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
55
build = "build.rs"
66
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
@@ -11,6 +11,10 @@ repository = "https://github.com/rust-bio/rust-htslib.git"
1111
documentation = "https://docs.rs/rust-htslib"
1212
edition = "2018"
1313

14+
[package.metadata.release]
15+
pre-release-commit-message = "release version {{version}}"
16+
tag-message = "Version {{version}} of Rust-HTSlib."
17+
1418

1519
[dependencies]
1620
libc = "0.2"
@@ -45,7 +49,3 @@ pretty_assertions = "0.6"
4549
fs-utils = "1.1"
4650
bindgen = "0.51.0"
4751
cc = "1.0"
48-
49-
[package.metadata.release]
50-
pre-release-commit-message = "release version {{version}}"
51-
tag-message = "Version {{version}} of Rust-HTSlib."

0 commit comments

Comments
 (0)