Skip to content

Commit

Permalink
chore: release 1.0.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent 2528736 commit 265629f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.13.0...v1.0.0) (2023-06-06)


### ⚠ BREAKING CHANGES

* custom number of columns in Alignment::pretty() (#19)

### Features

* 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))
* 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))
* 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))


### Bug Fixes

* 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))

## [0.13.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.12.1...v0.13.0) (2022-07-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bio-types"
version = "0.13.0"
version = "1.0.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A collection of common biomedical types for use in rust-bio and rust-htslib."
homepage = "https://rust-bio.github.io"
Expand Down

0 comments on commit 265629f

Please sign in to comment.