Skip to content

Commit 8138eb6

Browse files
chore(master): release 1.0.1
1 parent 54b324a commit 8138eb6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/rust-bio/rust-bio-types/compare/v1.0.0...v1.0.1) (2023-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Dependencies
12+
13+
* bump clap from 3.2.25 to 4.3.19 ([2e1b414](https://github.com/rust-bio/rust-bio-types/commit/2e1b4143fc0012b7c21914d3c5f0ca851d2ae42d))
14+
* bump serde from 1.0.136 to 1.0.174 ([cb9f249](https://github.com/rust-bio/rust-bio-types/commit/cb9f249343859a7ec7a050643d09199941a913ee))
15+
* 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))
16+
317
## [1.0.0](https://www.github.com/rust-bio/rust-bio-types/compare/v0.13.0...v1.0.0) (2023-06-06)
418

519

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.0"
3+
version = "1.0.1"
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)