Skip to content

Commit 265629f

Browse files
chore: release 1.0.0 (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2528736 commit 265629f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.13.0...v1.0.0) (2023-06-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* custom number of columns in Alignment::pretty() (#19)
9+
10+
### Features
11+
12+
* allow AlignmentMode to be used on the command line ([#44](https://www.github.com/rust-bio/rust-bio-types/issues/44)) ([40846fb](https://www.github.com/rust-bio/rust-bio-types/commit/40846fb38f5abe471bdebdd40193ed2b5e545826))
13+
* custom number of columns in Alignment::pretty() ([#19](https://www.github.com/rust-bio/rust-bio-types/issues/19)) ([2528736](https://www.github.com/rust-bio/rust-bio-types/commit/252873617a6366520ee37dbd1f126f433e50c32e))
14+
* strand: Use +/- rather than (+)/(-) for str ([#39](https://www.github.com/rust-bio/rust-bio-types/issues/39)) ([45f518e](https://www.github.com/rust-bio/rust-bio-types/commit/45f518e97148f3cac27b53f4a6272267236c2912))
15+
16+
17+
### Bug Fixes
18+
19+
* link to repository and docs ([#41](https://www.github.com/rust-bio/rust-bio-types/issues/41)) ([5e078d4](https://www.github.com/rust-bio/rust-bio-types/commit/5e078d4a097ad3daad82af60430e5d8e39e4850e))
20+
321
## [0.13.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.12.1...v0.13.0) (2022-07-23)
422

523

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.13.0"
3+
version = "1.0.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)