Skip to content

Commit

Permalink
chore: release hts-sys 2.0.0 (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 6, 2021
1 parent 8734278 commit 76a5dec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions hts-sys/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://www.github.com/rust-bio/rust-htslib/compare/hts-sys-v1.0.0...hts-sys-v2.0.0) (2021-07-06)


### ⚠ BREAKING CHANGES

* dummy major version bump to move away from previous versions that were following htslib versions.

### Bug Fixes

* dummy major version bump to move away from previous versions that were following htslib versions. ([aaa70a8](https://www.github.com/rust-bio/rust-htslib/commit/aaa70a85ef9a908d3b101f23879189e84a15d23f))

## [1.0.0](https://www.github.com/rust-bio/rust-htslib/compare/hts-sys-v0.1.0...hts-sys-v1.0.0) (2021-07-06)


Expand Down
2 changes: 1 addition & 1 deletion hts-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hts-sys"
version = "1.0.0"
version = "2.0.0"
authors = ["Christopher Schröder <christopher.schroeder@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
build = "build.rs"
links = "hts"
Expand Down

0 comments on commit 76a5dec

Please sign in to comment.