Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rust-bio/rust-htslib
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
2 parents d320844 + 6771b53 commit 68d3ca7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion hts-sys/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* bump to new major version (for technical reasons).
* dummy breaking change to increase hts-sys major version.

### Bug Fixes

* bump to new major version (for technical reasons). ([9c6db30](https://www.github.com/rust-bio/rust-htslib/commit/9c6db3060818692070db1411d63e113dc7effd64))
* dummy breaking change to increase hts-sys major version. ([93415cb](https://www.github.com/rust-bio/rust-htslib/commit/93415cbb82e4f11d257a2b2cedba2664f86a034d))
* dummy changes ([3af5ede](https://www.github.com/rust-bio/rust-htslib/commit/3af5ede13a6b44ce5d1e7f0eb90836a692e711ec))
* update changelog ([deef08f](https://www.github.com/rust-bio/rust-htslib/commit/deef08feb0b5ba2d8abf98f2cc6d327236da8aef))

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


Expand All @@ -13,4 +28,4 @@

### Bug Fixes

* dummy release
* dummy release
2 changes: 1 addition & 1 deletion hts-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hts-sys"
version = "2.0.0"
version = "1.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 68d3ca7

Please sign in to comment.