Skip to content

Commit

Permalink
chore: release 0.26.1 (#176)
Browse files Browse the repository at this point in the history
* chore: release 0.26.1

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felix Mölder <felix.moelder@uni-due.de>
  • Loading branch information
github-actions[bot] and FelixMoelder authored Aug 19, 2021
1 parent 13cf224 commit dcb7e86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### [0.26.1](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.26.0...v0.26.1) (2021-08-19)


### Bug Fixes

* Fix handling of softclips in cigars
* Respect target CPU compat via rocksdb ^0.17 ([#175](https://www.github.com/rust-bio/rust-bio-tools/issues/175)) ([b2428f5](https://www.github.com/rust-bio/rust-bio-tools/commit/b2428f517a3ecd4a85596676f0adfc49ec24d268))

## [0.26.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.25.0...v0.26.0) (2021-08-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-bio-tools"
version = "0.26.0"
version = "0.26.1"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>", "Erik Clarke <ecl@pennmedicine.upenn.edu>"]
description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio."
license-file = "LICENSE.md"
Expand Down

0 comments on commit dcb7e86

Please sign in to comment.