From 62b254b369553e7fe9eca6834671f666851fa489 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Thu, 6 Jun 2024 13:02:10 -0500 Subject: [PATCH] Bump versions for noodles 0.76.0 --- noodles-bcf/CHANGELOG.md | 6 ++++++ noodles-bcf/Cargo.toml | 4 ++-- noodles-bed/CHANGELOG.md | 2 +- noodles-bed/Cargo.toml | 2 +- noodles-util/CHANGELOG.md | 6 ++++++ noodles-util/Cargo.toml | 6 +++--- noodles-vcf/CHANGELOG.md | 2 +- noodles-vcf/Cargo.toml | 2 +- noodles/CHANGELOG.md | 7 +++++++ noodles/Cargo.toml | 8 ++++---- 10 files changed, 32 insertions(+), 13 deletions(-) diff --git a/noodles-bcf/CHANGELOG.md b/noodles-bcf/CHANGELOG.md index e104fc4aa..a34786601 100644 --- a/noodles-bcf/CHANGELOG.md +++ b/noodles-bcf/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.56.0 - 2024-06-06 + +### Changed + + * bcf: Sync dependencies. + ## 0.55.0 - 2024-05-31 ### Changed diff --git a/noodles-bcf/Cargo.toml b/noodles-bcf/Cargo.toml index 210bfb423..96bdacfe2 100644 --- a/noodles-bcf/Cargo.toml +++ b/noodles-bcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bcf" -version = "0.55.0" +version = "0.56.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.30.0" } noodles-core = { path = "../noodles-core", version = "0.15.0" } noodles-csi = { path = "../noodles-csi", version = "0.35.0" } -noodles-vcf = { path = "../noodles-vcf", version = "0.58.0" } +noodles-vcf = { path = "../noodles-vcf", version = "0.59.0" } futures = { workspace = true, optional = true, features = ["std"] } tokio = { workspace = true, optional = true, features = ["io-util"] } diff --git a/noodles-bed/CHANGELOG.md b/noodles-bed/CHANGELOG.md index e98ad6252..2909dcf21 100644 --- a/noodles-bed/CHANGELOG.md +++ b/noodles-bed/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.14.0 - 2024-06-06 ### Changed diff --git a/noodles-bed/Cargo.toml b/noodles-bed/Cargo.toml index 1482f1e44..18e9fb75e 100644 --- a/noodles-bed/Cargo.toml +++ b/noodles-bed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bed" -version = "0.13.0" +version = "0.14.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles-util/CHANGELOG.md b/noodles-util/CHANGELOG.md index a2d068398..2bae820cd 100644 --- a/noodles-util/CHANGELOG.md +++ b/noodles-util/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.47.0 - 2024-06-06 + +### Changed + + * util: Sync dependencies. + ## 0.46.0 - 2024-05-31 ### Changed diff --git a/noodles-util/Cargo.toml b/noodles-util/Cargo.toml index 01c3988b8..db97e287b 100644 --- a/noodles-util/Cargo.toml +++ b/noodles-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-util" -version = "0.46.0" +version = "0.47.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -31,14 +31,14 @@ variant = [ [dependencies] flate2 = { workspace = true } noodles-bam = { path = "../noodles-bam", version = "0.63.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.55.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.56.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.30.0", optional = true } noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } noodles-cram = { path = "../noodles-cram", version = "0.64.0", optional = true } noodles-csi = { path = "../noodles-csi", version = "0.35.0", optional = true } noodles-fasta = { path = "../noodles-fasta", version = "0.39.0", optional = true } noodles-sam = { path = "../noodles-sam", version = "0.60.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.58.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.59.0", optional = true } [package.metadata.docs.rs] all-features = true diff --git a/noodles-vcf/CHANGELOG.md b/noodles-vcf/CHANGELOG.md index 82f161dfa..43d3520d7 100644 --- a/noodles-vcf/CHANGELOG.md +++ b/noodles-vcf/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.59.0 - 2024-06-06 ### Changed diff --git a/noodles-vcf/Cargo.toml b/noodles-vcf/Cargo.toml index 19c7c506e..720124461 100644 --- a/noodles-vcf/Cargo.toml +++ b/noodles-vcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-vcf" -version = "0.58.0" +version = "0.59.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles/CHANGELOG.md b/noodles/CHANGELOG.md index de4cb1d57..07d35edff 100644 --- a/noodles/CHANGELOG.md +++ b/noodles/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.76.0 - 2024-06-06 + + * [noodles-bcf 0.56.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.56.0/noodles-bcf/CHANGELOG.md) + * [noodles-bed 0.14.0](https://github.com/zaeleus/noodles/blob/noodles-bed-0.14.0/noodles-bed/CHANGELOG.md) + * [noodles-util 0.47.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.47.0/noodles-util/CHANGELOG.md) + * [noodles-vcf 0.59.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.59.0/noodles-vcf/CHANGELOG.md) + ## 0.75.0 - 2024-05-31 * [noodles-bcf 0.55.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.55.0/noodles-bcf/CHANGELOG.md) diff --git a/noodles/Cargo.toml b/noodles/Cargo.toml index ee4626e08..f8ca4c47e 100644 --- a/noodles/Cargo.toml +++ b/noodles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles" -version = "0.75.0" +version = "0.76.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -13,8 +13,8 @@ readme = "../README.md" [dependencies] noodles-bam = { path = "../noodles-bam", version = "0.63.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.55.0", optional = true } -noodles-bed = { path = "../noodles-bed", version = "0.13.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.56.0", optional = true } +noodles-bed = { path = "../noodles-bed", version = "0.14.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.30.0", optional = true } noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } noodles-cram = { path = "../noodles-cram", version = "0.64.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.60.0", optional = true } noodles-tabix = { path = "../noodles-tabix", version = "0.41.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.58.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.59.0", optional = true } [features] default = []