Skip to content

Commit 164a9c2

Browse files
chore: release 0.12.0 (#29)
* chore: release 0.12.0 * Update CHANGELOG.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johannes Köster <[email protected]>
1 parent c6ef6b7 commit 164a9c2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.12.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.11.0...v0.12.0) (2021-07-09)
4+
5+
6+
### Features
7+
8+
* make AlignmentOperation hashable ([f1c4df0](https://www.github.com/rust-bio/rust-bio-types/commit/f1c4df09f0247ef76235f5ed6c17156535586b47))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bio-types"
3-
version = "0.11.1-alpha.0"
3+
version = "0.12.0"
44
authors = ["Johannes Köster <[email protected]>"]
55
description = "A collection of common biomedical types for use in rust-bio and rust-htslib."
66
homepage = "https://rust-bio.github.io"

0 commit comments

Comments
 (0)