Skip to content

Commit

Permalink
chore(master): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 28, 2023
1 parent b6f019b commit c4a27fc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 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 regex from 1.9.1 to 1.9.4 ([5ad9921](https://github.com/rust-bio/rust-bio-types/commit/5ad99215d040df0f3d40b6c20757460be2c1a248))
* 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 strum_macros from 0.25.1 to 0.25.2 ([4d12e6f](https://github.com/rust-bio/rust-bio-types/commit/4d12e6fb86277b8b361ca30ae7092dd7135be969))
* bump thiserror from 1.0.29 to 1.0.44 ([cb9a4d0](https://github.com/rust-bio/rust-bio-types/commit/cb9a4d04ff79225da72a28812428c088d5b4376b))
* bump thiserror from 1.0.44 to 1.0.47 ([d3e34e0](https://github.com/rust-bio/rust-bio-types/commit/d3e34e0497a106da974e079c4927dd9fc8246106))

## [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 <[email protected]>"]
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 c4a27fc

Please sign in to comment.