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 Jul 31, 2023
1 parent 5728dcf commit d664c60
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### 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 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 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 <[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 d664c60

Please sign in to comment.