Skip to content

Commit

Permalink
Merge pull request #96 from rust-bio/release-please--branches--master…
Browse files Browse the repository at this point in the history
…--components--bio-types

chore(master): release 1.0.2
  • Loading branch information
dlaehnemann authored Jul 12, 2024
2 parents c0ee057 + 084cfeb commit 0b4d7fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.2](https://github.com/rust-bio/rust-bio-types/compare/v1.0.1...v1.0.2) (2024-07-12)


### Dependencies

* bump clap from 4.4.0 to 4.4.18 ([ba733ba](https://github.com/rust-bio/rust-bio-types/commit/ba733bae293292c42e6ec651ca98a53c5152623b))
* bump petgraph from 0.6.3 to 0.6.5 ([231cd4f](https://github.com/rust-bio/rust-bio-types/commit/231cd4f30d97e42dae1029b9d57f762ea229b695))
* bump regex from 1.9.4 to 1.10.5 ([6307a18](https://github.com/rust-bio/rust-bio-types/commit/6307a1800c496e6294f35b808a9fd43fc15ceda8))
* bump strum_macros from 0.25.2 to 0.26.4 ([c9de708](https://github.com/rust-bio/rust-bio-types/commit/c9de708e3b9c9f831f2c43458251843359f419d0))
* bump thiserror from 1.0.47 to 1.0.62 ([4702ad2](https://github.com/rust-bio/rust-bio-types/commit/4702ad227671aa951e796b2820cf574629c92888))

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


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.1"
version = "1.0.2"
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 0b4d7fe

Please sign in to comment.