Skip to content

Commit b753d1c

Browse files
authored
Merge pull request #110 from rust-bio/release-please--branches--master--components--bio-types
chore(master): release 1.0.4
2 parents fce327c + 84d5c5a commit b753d1c

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.4](https://github.com/rust-bio/rust-bio-types/compare/v1.0.3...v1.0.4) (2024-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* update release-please.yml to use v4 ([22dc35c](https://github.com/rust-bio/rust-bio-types/commit/22dc35c78a936ece182836c70cc13b45fff55d95))
9+
10+
### Dependencies
11+
12+
* deps: bump regex from 1.10.5 to 1.10.6 ([#108](https://github.com/rust-bio/rust-bio-types/commit/3c625c5cfdf67ee04143d426d64490dd0f989202))
13+
* deps: bump clap from 4.5.9 to 4.5.13 ([#107](https://github.com/rust-bio/rust-bio-types/commit/1182b3379cce87e47f06bc67d3c9be010f77e5c8))
14+
* deps: bump thiserror from 1.0.62 to 1.0.63 ([#105](https://github.com/rust-bio/rust-bio-types/commit/d394e73fa002883a3031f3a5899d28e2c9c0541d))
15+
16+
317
## [1.0.3](https://github.com/rust-bio/rust-bio-types/compare/v1.0.2...v1.0.3) (2024-07-15)
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.3"
3+
version = "1.0.4"
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)