Skip to content

Commit

Permalink
Bump versions for noodles 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed May 31, 2024
1 parent 3c5713d commit 906f523
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 22 deletions.
2 changes: 1 addition & 1 deletion noodles-bcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.55.0 - 2024-05-31

### Changed

Expand Down
4 changes: 2 additions & 2 deletions noodles-bcf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-bcf"
version = "0.54.0"
version = "0.55.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -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"] }
Expand Down
6 changes: 6 additions & 0 deletions noodles-cram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.64.0 - 2024-05-31

### Changed

* cram: Sync dependencies.

## 0.63.0 - 2024-05-16

### Changed
Expand Down
4 changes: 2 additions & 2 deletions noodles-cram/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-cram"
version = "0.63.0"
version = "0.64.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion noodles-fasta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.39.0 - 2024-05-31

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-fasta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-fasta"
version = "0.38.0"
version = "0.39.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion noodles-fastq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.11.0 - 2024-05-31

### Added

Expand Down
2 changes: 1 addition & 1 deletion noodles-fastq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-fastq"
version = "0.10.0"
version = "0.11.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions noodles-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.46.0 - 2024-05-31

### Changed

* util: Sync dependencies.

## 0.45.0 - 2024-05-16

### Changed
Expand Down
10 changes: 5 additions & 5 deletions noodles-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-util"
version = "0.45.0"
version = "0.46.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion noodles-vcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.58.0 - 2024-05-31

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-vcf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-vcf"
version = "0.57.0"
version = "0.58.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions noodles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 6 additions & 6 deletions noodles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles"
version = "0.74.0"
version = "0.75.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -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 = []
Expand Down

0 comments on commit 906f523

Please sign in to comment.