diff --git a/noodles-bcf/CHANGELOG.md b/noodles-bcf/CHANGELOG.md index fd2a0792a..4d77cd029 100644 --- a/noodles-bcf/CHANGELOG.md +++ b/noodles-bcf/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.61.0 - 2024-09-12 + +### Changed + + * bcf: Sync dependencies. + ## 0.60.0 - 2024-09-09 ### Changed diff --git a/noodles-bcf/Cargo.toml b/noodles-bcf/Cargo.toml index 3d048057d..88bafd980 100644 --- a/noodles-bcf/Cargo.toml +++ b/noodles-bcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bcf" -version = "0.60.0" +version = "0.61.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" } noodles-core = { path = "../noodles-core", version = "0.15.0" } noodles-csi = { path = "../noodles-csi", version = "0.38.0" } -noodles-vcf = { path = "../noodles-vcf", version = "0.64.0" } +noodles-vcf = { path = "../noodles-vcf", version = "0.65.0" } futures = { workspace = true, optional = true, features = ["std"] } tokio = { workspace = true, optional = true, features = ["io-util"] } diff --git a/noodles-util/CHANGELOG.md b/noodles-util/CHANGELOG.md index 7c57f0ff5..d0da2e2a0 100644 --- a/noodles-util/CHANGELOG.md +++ b/noodles-util/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.53.0 - 2024-09-12 + +### Changed + + * util: Sync dependencies. + ## 0.52.0 - 2024-09-09 ### Changed diff --git a/noodles-util/Cargo.toml b/noodles-util/Cargo.toml index 1a8187f6c..967a44919 100644 --- a/noodles-util/Cargo.toml +++ b/noodles-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-util" -version = "0.52.0" +version = "0.53.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -41,14 +41,14 @@ variant = [ [dependencies] flate2 = { workspace = true } noodles-bam = { path = "../noodles-bam", version = "0.67.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.60.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.61.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0", optional = true } noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } noodles-cram = { path = "../noodles-cram", version = "0.68.0", optional = true } noodles-csi = { path = "../noodles-csi", version = "0.38.0", optional = true } noodles-fasta = { path = "../noodles-fasta", version = "0.43.0", optional = true } noodles-sam = { path = "../noodles-sam", version = "0.64.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.64.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.65.0", optional = true } futures = { workspace = true, optional = true, features = ["std"] } tokio = { workspace = true, optional = true, features = ["fs", "io-util"] } diff --git a/noodles-vcf/CHANGELOG.md b/noodles-vcf/CHANGELOG.md index 617d7d101..1dffa5ae9 100644 --- a/noodles-vcf/CHANGELOG.md +++ b/noodles-vcf/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.65.0 - 2024-09-12 ### Changed diff --git a/noodles-vcf/Cargo.toml b/noodles-vcf/Cargo.toml index eee25e8c3..1da4dd985 100644 --- a/noodles-vcf/Cargo.toml +++ b/noodles-vcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-vcf" -version = "0.64.0" +version = "0.65.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles/CHANGELOG.md b/noodles/CHANGELOG.md index aca3d3706..a38f5786f 100644 --- a/noodles/CHANGELOG.md +++ b/noodles/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.82.0 - 2024-09-12 + + * [noodles-bcf 0.61.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.61.0/noodles-bcf/CHANGELOG.md) + * [noodles-util 0.53.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.53.0/noodles-util/CHANGELOG.md) + * [noodles-vcf 0.65.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.65.0/noodles-vcf/CHANGELOG.md) + ## 0.81.0 - 2024-09-09 * [noodles-bcf 0.60.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.60.0/noodles-bcf/CHANGELOG.md) diff --git a/noodles/Cargo.toml b/noodles/Cargo.toml index dbc5eaba2..3abe99ac5 100644 --- a/noodles/Cargo.toml +++ b/noodles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles" -version = "0.81.0" +version = "0.82.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] noodles-bam = { path = "../noodles-bam", version = "0.67.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.60.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.61.0", optional = true } noodles-bed = { path = "../noodles-bed", version = "0.16.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0", optional = true } noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } @@ -27,7 +27,7 @@ noodles-htsget = { path = "../noodles-htsget", version = "0.6.0", optional = tru noodles-refget = { path = "../noodles-refget", version = "0.5.0", optional = true } noodles-sam = { path = "../noodles-sam", version = "0.64.0", optional = true } noodles-tabix = { path = "../noodles-tabix", version = "0.44.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.64.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.65.0", optional = true } [features] default = []