Skip to content

Commit 0b4d7fe

Browse files
authored
Merge pull request #96 from rust-bio/release-please--branches--master--components--bio-types
chore(master): release 1.0.2
2 parents c0ee057 + 084cfeb commit 0b4d7fe

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/rust-bio/rust-bio-types/compare/v1.0.1...v1.0.2) (2024-07-12)
4+
5+
6+
### Dependencies
7+
8+
* bump clap from 4.4.0 to 4.4.18 ([ba733ba](https://github.com/rust-bio/rust-bio-types/commit/ba733bae293292c42e6ec651ca98a53c5152623b))
9+
* bump petgraph from 0.6.3 to 0.6.5 ([231cd4f](https://github.com/rust-bio/rust-bio-types/commit/231cd4f30d97e42dae1029b9d57f762ea229b695))
10+
* bump regex from 1.9.4 to 1.10.5 ([6307a18](https://github.com/rust-bio/rust-bio-types/commit/6307a1800c496e6294f35b808a9fd43fc15ceda8))
11+
* bump strum_macros from 0.25.2 to 0.26.4 ([c9de708](https://github.com/rust-bio/rust-bio-types/commit/c9de708e3b9c9f831f2c43458251843359f419d0))
12+
* bump thiserror from 1.0.47 to 1.0.62 ([4702ad2](https://github.com/rust-bio/rust-bio-types/commit/4702ad227671aa951e796b2820cf574629c92888))
13+
314
## [1.0.1](https://github.com/rust-bio/rust-bio-types/compare/v1.0.0...v1.0.1) (2023-08-29)
415

516

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bio-types"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Johannes Köster <[email protected]>"]
55
description = "A collection of common biomedical types for use in rust-bio and rust-htslib."
66
homepage = "https://rust-bio.github.io"

0 commit comments

Comments
 (0)