Skip to content

Commit

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

chore(master): release 1.0.3
  • Loading branch information
dlaehnemann authored Jul 15, 2024
2 parents 50ac6fd + 75a7fb5 commit cad11e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.3](https://github.com/rust-bio/rust-bio-types/compare/v1.0.2...v1.0.3) (2024-07-15)


### Dependencies

* bump clap from 4.4.18 to 4.5.9 ([c2380d9](https://github.com/rust-bio/rust-bio-types/commit/c2380d966faeb63127ff08b319afa4359db2a8ff))
* bump derive-new from 0.5.9 to 0.6.0 ([174b264](https://github.com/rust-bio/rust-bio-types/commit/174b2645649d4b69a2e66da0ff2da1547cd8a0a3))
* bump lazy_static from 1.4.0 to 1.5.0 ([b84ef21](https://github.com/rust-bio/rust-bio-types/commit/b84ef21ed2f36189c0dc3bb5a958fa726515a96b))
* bump serde from 1.0.188 to 1.0.204 ([0dfda26](https://github.com/rust-bio/rust-bio-types/commit/0dfda265893062fd41344b308df7f7ce83e4bd64))

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


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.2"
version = "1.0.3"
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 cad11e1

Please sign in to comment.