diff --git a/noodles-bam/CHANGELOG.md b/noodles-bam/CHANGELOG.md index a2128111d..0372345b5 100644 --- a/noodles-bam/CHANGELOG.md +++ b/noodles-bam/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.62.0 - 2024-05-08 + +### Changed + + * bam: Sync dependencies. + ## 0.61.0 - 2024-05-02 ### Removed diff --git a/noodles-bam/Cargo.toml b/noodles-bam/Cargo.toml index 5b009c39e..efbcee4d6 100644 --- a/noodles-bam/Cargo.toml +++ b/noodles-bam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bam" -version = "0.61.0" +version = "0.62.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -23,12 +23,12 @@ indexmap.workspace = true tokio = { workspace = true, optional = true, features = ["fs", "io-util"] } noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } -noodles-sam = { path = "../noodles-sam", version = "0.58.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } +noodles-sam = { path = "../noodles-sam", version = "0.59.0" } [dev-dependencies] -noodles-sam = { path = "../noodles-sam", version = "0.58.0", features = ["async"] } +noodles-sam = { path = "../noodles-sam", version = "0.59.0", features = ["async"] } tokio = { workspace = true, features = ["io-std", "macros", "rt-multi-thread"] } [package.metadata.docs.rs] diff --git a/noodles-bcf/CHANGELOG.md b/noodles-bcf/CHANGELOG.md index 46009e9af..b6b831ebd 100644 --- a/noodles-bcf/CHANGELOG.md +++ b/noodles-bcf/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.53.0 - 2024-05-08 + +### Changed + + * bcf: Sync dependencies. + ## 0.52.0 - 2024-05-02 ### Removed diff --git a/noodles-bcf/Cargo.toml b/noodles-bcf/Cargo.toml index 9330dadb1..e81106ea6 100644 --- a/noodles-bcf/Cargo.toml +++ b/noodles-bcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bcf" -version = "0.52.0" +version = "0.53.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -17,9 +17,9 @@ async = ["dep:futures", "dep:tokio", "noodles-bgzf/async", "noodles-csi/async", byteorder.workspace = true indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } -noodles-vcf = { path = "../noodles-vcf", version = "0.55.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } +noodles-vcf = { path = "../noodles-vcf", version = "0.56.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 f1293a39d..2824bb4e7 100644 --- a/noodles-bed/CHANGELOG.md +++ b/noodles-bed/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.0 - 2024-05-08 + +### Changed + + * bed: Sync dependencies. + ## 0.12.0 - 2024-01-25 ### Changed diff --git a/noodles-bed/Cargo.toml b/noodles-bed/Cargo.toml index 7bd706c6a..1482f1e44 100644 --- a/noodles-bed/Cargo.toml +++ b/noodles-bed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-bed" -version = "0.12.0" +version = "0.13.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -11,4 +11,4 @@ repository = "https://github.com/zaeleus/noodles" documentation = "https://docs.rs/noodles-bed" [dependencies] -noodles-core = { path = "../noodles-core", version = "0.14.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } diff --git a/noodles-core/CHANGELOG.md b/noodles-core/CHANGELOG.md index 8e6716c07..8383605ab 100644 --- a/noodles-core/CHANGELOG.md +++ b/noodles-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.15.0 - 2024-05-08 ### Changed diff --git a/noodles-core/Cargo.toml b/noodles-core/Cargo.toml index 0ab30eeb3..cdd9512a7 100644 --- a/noodles-core/Cargo.toml +++ b/noodles-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-core" -version = "0.14.0" +version = "0.15.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true diff --git a/noodles-cram/CHANGELOG.md b/noodles-cram/CHANGELOG.md index edc77d301..762fb214d 100644 --- a/noodles-cram/CHANGELOG.md +++ b/noodles-cram/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.62.0 - 2024-05-08 + +### Changed + + * cram: Sync dependencies. + ## 0.61.0 - 2024-05-02 ### Changed diff --git a/noodles-cram/Cargo.toml b/noodles-cram/Cargo.toml index f9577e487..88b9461e8 100644 --- a/noodles-cram/Cargo.toml +++ b/noodles-cram/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-cram" -version = "0.61.0" +version = "0.62.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -23,10 +23,10 @@ bzip2 = "0.4.4" flate2.workspace = true indexmap.workspace = true md-5 = "0.10.0" -noodles-bam = { path = "../noodles-bam", version = "0.61.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-fasta = { path = "../noodles-fasta", version = "0.36.0" } -noodles-sam = { path = "../noodles-sam", version = "0.58.0" } +noodles-bam = { path = "../noodles-bam", version = "0.62.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-fasta = { path = "../noodles-fasta", version = "0.37.0" } +noodles-sam = { path = "../noodles-sam", version = "0.59.0" } xz2 = "0.1.6" async-compression = { version = "0.4.0", optional = true, features = ["gzip", "tokio"] } @@ -37,7 +37,7 @@ tokio = { workspace = true, optional = true, features = ["fs", "io-util"] } libdeflater = { workspace = true, optional = true } [dev-dependencies] -noodles-sam = { path = "../noodles-sam", version = "0.58.0", features = ["async"] } +noodles-sam = { path = "../noodles-sam", version = "0.59.0", features = ["async"] } tokio = { workspace = true, features = ["io-std", "macros", "rt-multi-thread"] } [package.metadata.docs.rs] diff --git a/noodles-csi/CHANGELOG.md b/noodles-csi/CHANGELOG.md index ddcf9ddfc..f19114016 100644 --- a/noodles-csi/CHANGELOG.md +++ b/noodles-csi/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.34.0 - 2024-05-08 + +### Changed + + * csi: Sync dependencies. + ## 0.33.0 - 2024-05-02 ### Changed diff --git a/noodles-csi/Cargo.toml b/noodles-csi/Cargo.toml index 1868a2ae5..17ccc6f17 100644 --- a/noodles-csi/Cargo.toml +++ b/noodles-csi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-csi" -version = "0.33.0" +version = "0.34.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -18,7 +18,7 @@ bit-vec.workspace = true byteorder.workspace = true indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } tokio = { workspace = true, optional = true, features = ["fs", "io-util"] } diff --git a/noodles-fasta/CHANGELOG.md b/noodles-fasta/CHANGELOG.md index 06073ad1b..dccfc4e57 100644 --- a/noodles-fasta/CHANGELOG.md +++ b/noodles-fasta/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.37.0 - 2024-05-08 + +### Changed + + * fasta: Sync dependencies. + ## 0.36.0 - 2024-05-02 ### Changed diff --git a/noodles-fasta/Cargo.toml b/noodles-fasta/Cargo.toml index 97c940966..eb5e0bc2e 100644 --- a/noodles-fasta/Cargo.toml +++ b/noodles-fasta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-fasta" -version = "0.36.0" +version = "0.37.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -17,7 +17,7 @@ async = ["dep:tokio"] bytes.workspace = true memchr.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } tokio = { workspace = true, optional = true, features = ["io-util"] } diff --git a/noodles-gff/CHANGELOG.md b/noodles-gff/CHANGELOG.md index 4d9d19bfa..276a31793 100644 --- a/noodles-gff/CHANGELOG.md +++ b/noodles-gff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.31.0 - 2024-05-08 + +### Changed + + * gff: Sync dependencies. + ## 0.30.0 - 2024-05-02 ### Changed diff --git a/noodles-gff/Cargo.toml b/noodles-gff/Cargo.toml index 9fe1781a7..338ac474b 100644 --- a/noodles-gff/Cargo.toml +++ b/noodles-gff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-gff" -version = "0.30.0" +version = "0.31.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -13,6 +13,6 @@ documentation = "https://docs.rs/noodles-gff" [dependencies] indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } percent-encoding.workspace = true diff --git a/noodles-gtf/CHANGELOG.md b/noodles-gtf/CHANGELOG.md index 21eb850b5..f1e76ee47 100644 --- a/noodles-gtf/CHANGELOG.md +++ b/noodles-gtf/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.27.0 - 2024-05-08 + +### Changed + + * gtf: Sync dependencies. + ## 0.26.0 - 2024-05-02 ### Changed diff --git a/noodles-gtf/Cargo.toml b/noodles-gtf/Cargo.toml index ad351dd48..5df9cb718 100644 --- a/noodles-gtf/Cargo.toml +++ b/noodles-gtf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-gtf" -version = "0.26.0" +version = "0.27.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -12,5 +12,5 @@ documentation = "https://docs.rs/noodles-gtf" [dependencies] noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } diff --git a/noodles-htsget/CHANGELOG.md b/noodles-htsget/CHANGELOG.md index 8310f1d6e..d5b298807 100644 --- a/noodles-htsget/CHANGELOG.md +++ b/noodles-htsget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.0 - 2024-05-08 + +### Changed + + * htsget: Sync dependencies. + ## 0.5.0 - 2024-04-04 ### Changed diff --git a/noodles-htsget/Cargo.toml b/noodles-htsget/Cargo.toml index 6ad9fd075..30f092611 100644 --- a/noodles-htsget/Cargo.toml +++ b/noodles-htsget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-htsget" -version = "0.5.0" +version = "0.6.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -14,7 +14,7 @@ documentation = "https://docs.rs/noodles-htsget" base64 = "0.22.0" bytes.workspace = true futures = { workspace = true, features = ["std"] } -noodles-core = { path = "../noodles-core", version = "0.14.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } reqwest.workspace = true serde.workspace = true url = { workspace = true, features = ["serde"] } diff --git a/noodles-refget/CHANGELOG.md b/noodles-refget/CHANGELOG.md index 3b1e30c19..ebe569f81 100644 --- a/noodles-refget/CHANGELOG.md +++ b/noodles-refget/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.0 - 2024-05-08 + +### Changed + + * refget: Sync dependencies. + ## 0.4.0 - 2024-04-04 ### Changed diff --git a/noodles-refget/Cargo.toml b/noodles-refget/Cargo.toml index faf01a226..b806d3b58 100644 --- a/noodles-refget/Cargo.toml +++ b/noodles-refget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-refget" -version = "0.4.0" +version = "0.5.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -12,7 +12,7 @@ documentation = "https://docs.rs/noodles-refget" [dependencies] bytes.workspace = true -noodles-core = { path = "../noodles-core", version = "0.14.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } reqwest.workspace = true serde.workspace = true url.workspace = true diff --git a/noodles-sam/CHANGELOG.md b/noodles-sam/CHANGELOG.md index 0fbc31108..a723b0857 100644 --- a/noodles-sam/CHANGELOG.md +++ b/noodles-sam/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.59.0 - 2024-05-08 + +### Changed + + * sam: Sync dependencies. + ## 0.58.0 - 2024-05-02 ### Changed diff --git a/noodles-sam/Cargo.toml b/noodles-sam/Cargo.toml index 7409dd56f..156dc5933 100644 --- a/noodles-sam/Cargo.toml +++ b/noodles-sam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-sam" -version = "0.58.0" +version = "0.59.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -20,8 +20,8 @@ indexmap.workspace = true lexical-core = "0.8.5" memchr.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } futures = { workspace = true, optional = true, features = ["std"] } tokio = { workspace = true, optional = true, features = ["io-util"] } diff --git a/noodles-tabix/CHANGELOG.md b/noodles-tabix/CHANGELOG.md index b1e006416..a99e37774 100644 --- a/noodles-tabix/CHANGELOG.md +++ b/noodles-tabix/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.40.0 - 2024-05-08 + +### Changed + + * tabix: Sync dependencies. + ## 0.39.0 - 2024-05-02 ### Changed diff --git a/noodles-tabix/Cargo.toml b/noodles-tabix/Cargo.toml index b5d5880f4..47e823cea 100644 --- a/noodles-tabix/Cargo.toml +++ b/noodles-tabix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-tabix" -version = "0.39.0" +version = "0.40.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -18,8 +18,8 @@ bit-vec.workspace = true byteorder.workspace = true indexmap.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } tokio = { workspace = true, optional = true, features = ["fs", "io-util"] } diff --git a/noodles-util/CHANGELOG.md b/noodles-util/CHANGELOG.md index 3242a8130..a72b596e2 100644 --- a/noodles-util/CHANGELOG.md +++ b/noodles-util/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.44.0 - 2024-05-08 + +### Changed + + * util: Sync dependencies. + ## 0.43.0 - 2024-05-02 ### Changed diff --git a/noodles-util/Cargo.toml b/noodles-util/Cargo.toml index 355da6c1e..a1eb11157 100644 --- a/noodles-util/Cargo.toml +++ b/noodles-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-util" -version = "0.43.0" +version = "0.44.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -30,15 +30,15 @@ variant = [ [dependencies] flate2 = { workspace = true } -noodles-bam = { path = "../noodles-bam", version = "0.61.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.52.0", optional = true } +noodles-bam = { path = "../noodles-bam", version = "0.62.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.53.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0", optional = true } -noodles-core = { path = "../noodles-core", version = "0.14.0", optional = true } -noodles-cram = { path = "../noodles-cram", version = "0.61.0", optional = true } -noodles-csi = { path = "../noodles-csi", version = "0.33.0", optional = true } -noodles-fasta = { path = "../noodles-fasta", version = "0.36.0", optional = true } -noodles-sam = { path = "../noodles-sam", version = "0.58.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.55.0", optional = true } +noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } +noodles-cram = { path = "../noodles-cram", version = "0.62.0", optional = true } +noodles-csi = { path = "../noodles-csi", version = "0.34.0", optional = true } +noodles-fasta = { path = "../noodles-fasta", version = "0.37.0", optional = true } +noodles-sam = { path = "../noodles-sam", version = "0.59.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.56.0", optional = true } [package.metadata.docs.rs] all-features = true diff --git a/noodles-vcf/CHANGELOG.md b/noodles-vcf/CHANGELOG.md index b88e9e32a..8c87fc088 100644 --- a/noodles-vcf/CHANGELOG.md +++ b/noodles-vcf/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.56.0 - 2024-05-08 ### Added diff --git a/noodles-vcf/Cargo.toml b/noodles-vcf/Cargo.toml index 865c474c6..0135a3cef 100644 --- a/noodles-vcf/Cargo.toml +++ b/noodles-vcf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles-vcf" -version = "0.55.0" +version = "0.56.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -17,9 +17,9 @@ async = ["dep:futures", "dep:tokio", "noodles-bgzf/async", "noodles-tabix/async" indexmap.workspace = true memchr.workspace = true noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0" } -noodles-core = { path = "../noodles-core", version = "0.14.0" } -noodles-csi = { path = "../noodles-csi", version = "0.33.0" } -noodles-tabix = { path = "../noodles-tabix", version = "0.39.0" } +noodles-core = { path = "../noodles-core", version = "0.15.0" } +noodles-csi = { path = "../noodles-csi", version = "0.34.0" } +noodles-tabix = { path = "../noodles-tabix", version = "0.40.0" } percent-encoding.workspace = true futures = { workspace = true, optional = true, features = ["std"] } diff --git a/noodles/CHANGELOG.md b/noodles/CHANGELOG.md index 2ee2b0c43..dd18598bb 100644 --- a/noodles/CHANGELOG.md +++ b/noodles/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.72.0 - 2024-05-08 + + * [noodles-bam 0.62.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.62.0/noodles-bam/CHANGELOG.md) + * [noodles-bcf 0.53.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.53.0/noodles-bcf/CHANGELOG.md) + * [noodles-bed 0.13.0](https://github.com/zaeleus/noodles/blob/noodles-bed-0.13.0/noodles-bed/CHANGELOG.md) + * [noodles-core 0.15.0](https://github.com/zaeleus/noodles/blob/noodles-core-0.15.0/noodles-core/CHANGELOG.md) + * [noodles-cram 0.62.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.62.0/noodles-cram/CHANGELOG.md) + * [noodles-csi 0.34.0](https://github.com/zaeleus/noodles/blob/noodles-csi-0.34.0/noodles-csi/CHANGELOG.md) + * [noodles-fasta 0.37.0](https://github.com/zaeleus/noodles/blob/noodles-fasta-0.37.0/noodles-fasta/CHANGELOG.md) + * [noodles-gff 0.31.0](https://github.com/zaeleus/noodles/blob/noodles-gff-0.31.0/noodles-gff/CHANGELOG.md) + * [noodles-gtf 0.27.0](https://github.com/zaeleus/noodles/blob/noodles-gtf-0.27.0/noodles-gtf/CHANGELOG.md) + * [noodles-htsget 0.6.0](https://github.com/zaeleus/noodles/blob/noodles-htsget-0.6.0/noodles-htsget/CHANGELOG.md) + * [noodles-refget 0.5.0](https://github.com/zaeleus/noodles/blob/noodles-refget-0.5.0/noodles-refget/CHANGELOG.md) + * [noodles-sam 0.59.0](https://github.com/zaeleus/noodles/blob/noodles-sam-0.59.0/noodles-sam/CHANGELOG.md) + * [noodles-tabix 0.40.0](https://github.com/zaeleus/noodles/blob/noodles-tabix-0.40.0/noodles-tabix/CHANGELOG.md) + * [noodles-util 0.44.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.44.0/noodles-util/CHANGELOG.md) + * [noodles-vcf 0.56.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.56.0/noodles-vcf/CHANGELOG.md) + ## 0.71.0 - 2024-05-02 * [noodles-bam 0.61.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.61.0/noodles-bam/CHANGELOG.md) diff --git a/noodles/Cargo.toml b/noodles/Cargo.toml index ab5fdb947..0538d0a94 100644 --- a/noodles/Cargo.toml +++ b/noodles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noodles" -version = "0.71.0" +version = "0.72.0" authors = ["Michael Macias "] license.workspace = true edition.workspace = true @@ -12,22 +12,22 @@ documentation = "https://docs.rs/noodles" readme = "../README.md" [dependencies] -noodles-bam = { path = "../noodles-bam", version = "0.61.0", optional = true } -noodles-bcf = { path = "../noodles-bcf", version = "0.52.0", optional = true } -noodles-bed = { path = "../noodles-bed", version = "0.12.0", optional = true } +noodles-bam = { path = "../noodles-bam", version = "0.62.0", optional = true } +noodles-bcf = { path = "../noodles-bcf", version = "0.53.0", optional = true } +noodles-bed = { path = "../noodles-bed", version = "0.13.0", optional = true } noodles-bgzf = { path = "../noodles-bgzf", version = "0.29.0", optional = true } -noodles-core = { path = "../noodles-core", version = "0.14.0", optional = true } -noodles-cram = { path = "../noodles-cram", version = "0.61.0", optional = true } -noodles-csi = { path = "../noodles-csi", version = "0.33.0", optional = true } -noodles-fasta = { path = "../noodles-fasta", version = "0.36.0", optional = true } +noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true } +noodles-cram = { path = "../noodles-cram", version = "0.62.0", optional = true } +noodles-csi = { path = "../noodles-csi", version = "0.34.0", optional = true } +noodles-fasta = { path = "../noodles-fasta", version = "0.37.0", optional = true } noodles-fastq = { path = "../noodles-fastq", version = "0.10.0", optional = true } -noodles-gff = { path = "../noodles-gff", version = "0.30.0", optional = true } -noodles-gtf = { path = "../noodles-gtf", version = "0.26.0", optional = true } -noodles-htsget = { path = "../noodles-htsget", version = "0.5.0", optional = true } -noodles-refget = { path = "../noodles-refget", version = "0.4.0", optional = true } -noodles-sam = { path = "../noodles-sam", version = "0.58.0", optional = true } -noodles-tabix = { path = "../noodles-tabix", version = "0.39.0", optional = true } -noodles-vcf = { path = "../noodles-vcf", version = "0.55.0", optional = true } +noodles-gff = { path = "../noodles-gff", version = "0.31.0", optional = true } +noodles-gtf = { path = "../noodles-gtf", version = "0.27.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.59.0", optional = true } +noodles-tabix = { path = "../noodles-tabix", version = "0.40.0", optional = true } +noodles-vcf = { path = "../noodles-vcf", version = "0.56.0", optional = true } [features] default = []