From 906f5237c68fc6b04a73010580d3c4fed2c7b66e Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Fri, 31 May 2024 13:29:17 -0500 Subject: [PATCH] Bump versions for noodles 0.75.0 --- noodles-bcf/CHANGELOG.md | 2 +- noodles-bcf/Cargo.toml | 4 ++-- noodles-cram/CHANGELOG.md | 6 ++++++ noodles-cram/Cargo.toml | 4 ++-- noodles-fasta/CHANGELOG.md | 2 +- noodles-fasta/Cargo.toml | 2 +- noodles-fastq/CHANGELOG.md | 2 +- noodles-fastq/Cargo.toml | 2 +- noodles-util/CHANGELOG.md | 6 ++++++ noodles-util/Cargo.toml | 10 +++++----- noodles-vcf/CHANGELOG.md | 2 +- noodles-vcf/Cargo.toml | 2 +- noodles/CHANGELOG.md | 9 +++++++++ noodles/Cargo.toml | 12 ++++++------ 14 files changed, 43 insertions(+), 22 deletions(-) diff --git a/noodles-bcf/CHANGELOG.md b/noodles-bcf/CHANGELOG.md index 921409a16..e104fc4aa 100644 --- a/noodles-bcf/CHANGELOG.md +++ b/noodles-bcf/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.55.0 - 2024-05-31 ### Changed diff --git a/noodles-bcf/Cargo.toml b/noodles-bcf/Cargo.toml index cbb810f62..210bfb423 100644 --- a/noodles-bcf/Cargo.toml +++ b/noodles-bcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bcf" -version = "0.54.0" +version = "0.55.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.57.0" } +noodles-vcf = { path = "../noodles-vcf", version = "0.58.0" } futures = { workspace = true, optional = true, features = ["std"] } tokio = { workspace = true, optional = true, features = ["io-util"] } diff --git a/noodles-cram/CHANGELOG.md b/noodles-cram/CHANGELOG.md index 89a61e4aa..6719bdc31 100644 --- a/noodles-cram/CHANGELOG.md +++ b/noodles-cram/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.64.0 - 2024-05-31 + +### Changed + + * cram: Sync dependencies. + ## 0.63.0 - 2024-05-16 ### Changed diff --git a/noodles-cram/Cargo.toml b/noodles-cram/Cargo.toml index 0af586844..faf26256c 100644 --- a/noodles-cram/Cargo.toml +++ b/noodles-cram/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-cram" -version = "0.63.0" +version = "0.64.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ indexmap.workspace = true md-5 = "0.10.0" noodles-bam = { path = "../noodles-bam", version = "0.63.0" } noodles-core = { path = "../noodles-core", version = "0.15.0" } -noodles-fasta = { path = "../noodles-fasta", version = "0.38.0" } +noodles-fasta = { path = "../noodles-fasta", version = "0.39.0" } noodles-sam = { path = "../noodles-sam", version = "0.60.0" } xz2 = "0.1.6" diff --git a/noodles-fasta/CHANGELOG.md b/noodles-fasta/CHANGELOG.md index 62959b9ac..817886bb9 100644 --- a/noodles-fasta/CHANGELOG.md +++ b/noodles-fasta/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.39.0 - 2024-05-31 ### Changed diff --git a/noodles-fasta/Cargo.toml b/noodles-fasta/Cargo.toml index e35f5772f..3c80c896e 100644 --- a/noodles-fasta/Cargo.toml +++ b/noodles-fasta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-fasta" -version = "0.38.0" +version = "0.39.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles-fastq/CHANGELOG.md b/noodles-fastq/CHANGELOG.md index 49b9dc743..9de5c3ede 100644 --- a/noodles-fastq/CHANGELOG.md +++ b/noodles-fastq/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.11.0 - 2024-05-31 ### Added diff --git a/noodles-fastq/Cargo.toml b/noodles-fastq/Cargo.toml index 8b8a86a18..db7673b96 100644 --- a/noodles-fastq/Cargo.toml +++ b/noodles-fastq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-fastq" -version = "0.10.0" +version = "0.11.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles-util/CHANGELOG.md b/noodles-util/CHANGELOG.md index 977e74c2b..a2d068398 100644 --- a/noodles-util/CHANGELOG.md +++ b/noodles-util/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.46.0 - 2024-05-31 + +### Changed + + * util: Sync dependencies. + ## 0.45.0 - 2024-05-16 ### Changed diff --git a/noodles-util/Cargo.toml b/noodles-util/Cargo.toml index e26d3e848..01c3988b8 100644 --- a/noodles-util/Cargo.toml +++ b/noodles-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-util" -version = "0.45.0" +version = "0.46.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.54.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.55.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.63.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.38.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.57.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.58.0", optional = true } [package.metadata.docs.rs] all-features = true diff --git a/noodles-vcf/CHANGELOG.md b/noodles-vcf/CHANGELOG.md index 9a3217aee..150c407f9 100644 --- a/noodles-vcf/CHANGELOG.md +++ b/noodles-vcf/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.58.0 - 2024-05-31 ### Changed diff --git a/noodles-vcf/Cargo.toml b/noodles-vcf/Cargo.toml index fe05a931f..19c7c506e 100644 --- a/noodles-vcf/Cargo.toml +++ b/noodles-vcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-vcf" -version = "0.57.0" +version = "0.58.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles/CHANGELOG.md b/noodles/CHANGELOG.md index 76747aeb8..de4cb1d57 100644 --- a/noodles/CHANGELOG.md +++ b/noodles/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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) + * [noodles-cram 0.64.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.64.0/noodles-cram/CHANGELOG.md) + * [noodles-fasta 0.39.0](https://github.com/zaeleus/noodles/blob/noodles-fasta-0.39.0/noodles-fasta/CHANGELOG.md) + * [noodles-fastq 0.11.0](https://github.com/zaeleus/noodles/blob/noodles-fastq-0.11.0/noodles-fastq/CHANGELOG.md) + * [noodles-util 0.46.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.46.0/noodles-util/CHANGELOG.md) + * [noodles-vcf 0.58.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.58.0/noodles-vcf/CHANGELOG.md) + ## 0.74.0 - 2024-05-19 * [noodles-gff 0.33.0](https://github.com/zaeleus/noodles/blob/noodles-gff-0.33.0/noodles-gff/CHANGELOG.md) diff --git a/noodles/Cargo.toml b/noodles/Cargo.toml index c0800fc10..ee4626e08 100644 --- a/noodles/Cargo.toml +++ b/noodles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles" -version = "0.74.0" +version = "0.75.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -13,21 +13,21 @@ readme = "../README.md" [dependencies] noodles-bam = { path = "../noodles-bam", version = "0.63.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.54.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-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.63.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.38.0", optional = true } -noodles-fastq = { path = "../noodles-fastq", version = "0.10.0", optional = true } +noodles-fasta = { path = "../noodles-fasta", version = "0.39.0", optional = true } +noodles-fastq = { path = "../noodles-fastq", version = "0.11.0", optional = true } noodles-gff = { path = "../noodles-gff", version = "0.33.0", optional = true } noodles-gtf = { path = "../noodles-gtf", version = "0.28.0", optional = true } noodles-htsget = { path = "../noodles-htsget", version = "0.6.0", optional = true } 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.57.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.58.0", optional = true } [features] default = []