Skip to content

Commit cad11e1

Browse files
authored
Merge pull request #104 from rust-bio/release-please--branches--master--components--bio-types
chore(master): release 1.0.3
2 parents 50ac6fd + 75a7fb5 commit cad11e1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/rust-bio/rust-bio-types/compare/v1.0.2...v1.0.3) (2024-07-15)
4+
5+
6+
### Dependencies
7+
8+
* bump clap from 4.4.18 to 4.5.9 ([c2380d9](https://github.com/rust-bio/rust-bio-types/commit/c2380d966faeb63127ff08b319afa4359db2a8ff))
9+
* bump derive-new from 0.5.9 to 0.6.0 ([174b264](https://github.com/rust-bio/rust-bio-types/commit/174b2645649d4b69a2e66da0ff2da1547cd8a0a3))
10+
* bump lazy_static from 1.4.0 to 1.5.0 ([b84ef21](https://github.com/rust-bio/rust-bio-types/commit/b84ef21ed2f36189c0dc3bb5a958fa726515a96b))
11+
* bump serde from 1.0.188 to 1.0.204 ([0dfda26](https://github.com/rust-bio/rust-bio-types/commit/0dfda265893062fd41344b308df7f7ce83e4bd64))
12+
313
## [1.0.2](https://github.com/rust-bio/rust-bio-types/compare/v1.0.1...v1.0.2) (2024-07-12)
414

515

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.2"
3+
version = "1.0.3"
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)