Skip to content

Commit d78b8ca

Browse files
chore: release 0.12.1 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6578be2 commit d78b8ca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.12.1](https://www.github.com/rust-bio/rust-bio-types/compare/v0.12.0...v0.12.1) (2021-11-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix `'\'` being rendered as ’' on docs.rs ([#31](https://www.github.com/rust-bio/rust-bio-types/issues/31)) ([ebbb67a](https://www.github.com/rust-bio/rust-bio-types/commit/ebbb67a3b4683a0584f869828223d622c1a502c6))
9+
310
## [0.12.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.11.0...v0.12.0) (2021-07-09)
411

512

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.12.0"
3+
version = "0.12.1"
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)