Skip to content

Commit

Permalink
Bump versions for noodles 0.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 4, 2024
1 parent 90f71c6 commit e59d16c
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 36 deletions.
2 changes: 1 addition & 1 deletion noodles-bam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.66.0 - 2024-08-04

### Added

Expand Down
6 changes: 3 additions & 3 deletions noodles-bam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-bam"
version = "0.65.0"
version = "0.66.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -24,10 +24,10 @@ tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-sam = { path = "../noodles-sam", version = "0.62.0" }
noodles-sam = { path = "../noodles-sam", version = "0.63.0" }

[dev-dependencies]
noodles-sam = { path = "../noodles-sam", version = "0.62.0", features = ["async"] }
noodles-sam = { path = "../noodles-sam", version = "0.63.0", features = ["async"] }
tokio = { workspace = true, features = ["io-std", "macros", "rt-multi-thread"] }

[package.metadata.docs.rs]
Expand Down
6 changes: 6 additions & 0 deletions noodles-bcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.59.0 - 2024-08-04

### Changed

* bcf: Sync dependencies.

## 0.58.0 - 2024-07-14

### 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.58.0"
version = "0.59.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.32.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.61.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.62.0" }

futures = { workspace = true, optional = true, features = ["std"] }
tokio = { workspace = true, optional = true, features = ["io-util"] }
Expand Down
2 changes: 1 addition & 1 deletion noodles-cram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.67.0 - 2024-08-04

### Added

Expand Down
10 changes: 5 additions & 5 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.66.0"
version = "0.67.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -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.65.0" }
noodles-bam = { path = "../noodles-bam", version = "0.66.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.41.0" }
noodles-sam = { path = "../noodles-sam", version = "0.62.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.42.0" }
noodles-sam = { path = "../noodles-sam", version = "0.63.0" }
xz2 = "0.1.6"

async-compression = { version = "0.4.0", optional = true, features = ["gzip", "tokio"] }
Expand All @@ -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.62.0", features = ["async"] }
noodles-sam = { path = "../noodles-sam", version = "0.63.0", features = ["async"] }
tokio = { workspace = true, features = ["io-std", "macros", "rt-multi-thread"] }

[package.metadata.docs.rs]
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.42.0 - 2024-08-04

### Added

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.41.0"
version = "0.42.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.14.0 - 2024-08-04

### 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.13.0"
version = "0.14.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion noodles-sam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.63.0 - 2024-08-04

### Added

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

## Unreleased
## 0.50.0 - 2024-08-04

### Added

Expand Down
14 changes: 7 additions & 7 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.49.0"
version = "0.50.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -37,15 +37,15 @@ variant = [

[dependencies]
flate2 = { workspace = true }
noodles-bam = { path = "../noodles-bam", version = "0.65.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.58.0", optional = true }
noodles-bam = { path = "../noodles-bam", version = "0.66.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.59.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.66.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.67.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.37.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.41.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.62.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.61.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.42.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.63.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.62.0", optional = true }

futures = { workspace = true, optional = true, features = ["std"] }
tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }
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.62.0 - 2024-08-04

### Added

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.61.0"
version = "0.62.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions noodles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.79.0 - 2024-08-04

* [noodles-bam 0.66.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.66.0/noodles-bam/CHANGELOG.md)
* [noodles-bcf 0.59.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.59.0/noodles-bcf/CHANGELOG.md)
* [noodles-cram 0.67.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.67.0/noodles-cram/CHANGELOG.md)
* [noodles-fasta 0.42.0](https://github.com/zaeleus/noodles/blob/noodles-fasta-0.42.0/noodles-fasta/CHANGELOG.md)
* [noodles-fastq 0.14.0](https://github.com/zaeleus/noodles/blob/noodles-fastq-0.14.0/noodles-fastq/CHANGELOG.md)
* [noodles-sam 0.63.0](https://github.com/zaeleus/noodles/blob/noodles-sam-0.63.0/noodles-sam/CHANGELOG.md)
* [noodles-util 0.50.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.50.0/noodles-util/CHANGELOG.md)
* [noodles-vcf 0.62.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.62.0/noodles-vcf/CHANGELOG.md)

## 0.78.0 - 2024-07-14

* [noodles-bam 0.65.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.65.0/noodles-bam/CHANGELOG.md)
Expand Down
16 changes: 8 additions & 8 deletions noodles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles"
version = "0.78.0"
version = "0.79.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -12,22 +12,22 @@ documentation = "https://docs.rs/noodles"
readme = "../README.md"

[dependencies]
noodles-bam = { path = "../noodles-bam", version = "0.65.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.58.0", optional = true }
noodles-bam = { path = "../noodles-bam", version = "0.66.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.59.0", optional = true }
noodles-bed = { path = "../noodles-bed", version = "0.15.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.66.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.67.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.37.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.41.0", optional = true }
noodles-fastq = { path = "../noodles-fastq", version = "0.13.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.42.0", optional = true }
noodles-fastq = { path = "../noodles-fastq", version = "0.14.0", optional = true }
noodles-gff = { path = "../noodles-gff", version = "0.35.0", optional = true }
noodles-gtf = { path = "../noodles-gtf", version = "0.30.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.62.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.63.0", optional = true }
noodles-tabix = { path = "../noodles-tabix", version = "0.43.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.61.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.62.0", optional = true }

[features]
default = []
Expand Down

0 comments on commit e59d16c

Please sign in to comment.