Skip to content

Commit

Permalink
Merge 3aa1f89 into e5875a9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2023
2 parents e5875a9 + 3aa1f89 commit 5aa5e3c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.1](https://github.com/rust-bio/rust-bio-types/compare/v1.0.0...v1.0.1) (2023-08-28)


### Bug Fixes

* make dependabot commit message follow conventional commits ([#55](https://github.com/rust-bio/rust-bio-types/issues/55)) ([f727826](https://github.com/rust-bio/rust-bio-types/commit/f72782674f28d152d0775605ee9c50bd45355b79))


### Dependencies

* bump clap from 3.2.25 to 4.3.19 ([2e1b414](https://github.com/rust-bio/rust-bio-types/commit/2e1b4143fc0012b7c21914d3c5f0ca851d2ae42d))
* bump clap from 4.3.19 to 4.3.21 ([ffae0ba](https://github.com/rust-bio/rust-bio-types/commit/ffae0ba47e5cf5e160ccf911b5095a7cbe64738b))
* bump serde from 1.0.136 to 1.0.174 ([cb9f249](https://github.com/rust-bio/rust-bio-types/commit/cb9f249343859a7ec7a050643d09199941a913ee))
* bump serde from 1.0.174 to 1.0.179 ([e07a44c](https://github.com/rust-bio/rust-bio-types/commit/e07a44c687edbdd2e7d91524805e0da8140f4040))
* bump serde from 1.0.179 to 1.0.183 ([43c00bd](https://github.com/rust-bio/rust-bio-types/commit/43c00bd4248248a2ca4a68a06b747e5eab0c34f1))
* bump serde from 1.0.183 to 1.0.188 ([7c41547](https://github.com/rust-bio/rust-bio-types/commit/7c41547380e34d8827082696d62c868447110f1e))
* bump strum_macros from 0.24.3 to 0.25.1 ([#56](https://github.com/rust-bio/rust-bio-types/issues/56)) ([0487bf4](https://github.com/rust-bio/rust-bio-types/commit/0487bf468b59731d36f59fdd1dad796cca0068d2))
* bump thiserror from 1.0.29 to 1.0.44 ([cb9a4d0](https://github.com/rust-bio/rust-bio-types/commit/cb9a4d04ff79225da72a28812428c088d5b4376b))

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


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 = "1.0.0"
version = "1.0.1"
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 5aa5e3c

Please sign in to comment.