Skip to content

Commit

Permalink
release version 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 3, 2019
1 parent 62fbb51 commit 56136bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-htslib"
version = "0.26.1-alpha.0"
version = "0.26.1"
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
build = "build.rs"
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
Expand All @@ -11,6 +11,10 @@ repository = "https://github.com/rust-bio/rust-htslib.git"
documentation = "https://docs.rs/rust-htslib"
edition = "2018"

[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
tag-message = "Version {{version}} of Rust-HTSlib."


[dependencies]
libc = "0.2"
Expand Down Expand Up @@ -45,7 +49,3 @@ pretty_assertions = "0.6"
fs-utils = "1.1"
bindgen = "0.51.0"
cc = "1.0"

[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
tag-message = "Version {{version}} of Rust-HTSlib."

0 comments on commit 56136bb

Please sign in to comment.