Skip to content

Commit

Permalink
Bump versions for noodles 0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Sep 4, 2024
1 parent e9ee6e9 commit 5d67b64
Show file tree
Hide file tree
Showing 28 changed files with 102 additions and 68 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.67.0 - 2024-09-04

### Added

Expand Down
10 changes: 5 additions & 5 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.66.0"
version = "0.67.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -21,14 +21,14 @@ futures = { workspace = true, optional = true, features = ["std"] }
indexmap.workspace = true
tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }

noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.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.63.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
noodles-sam = { path = "../noodles-sam", version = "0.64.0" }

[dev-dependencies]
flate2.workspace = true
noodles-sam = { path = "../noodles-sam", version = "0.63.0", features = ["async"] }
noodles-sam = { path = "../noodles-sam", version = "0.64.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-bcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.59.1 - 2024-09-04

### Fixed

Expand Down
8 changes: 4 additions & 4 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.59.0"
version = "0.59.1"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -16,10 +16,10 @@ async = ["dep:futures", "dep:tokio", "noodles-bgzf/async", "noodles-csi/async",
[dependencies]
byteorder.workspace = true
indexmap.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.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.62.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.63.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-bed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.16.0 - 2024-09-04

### Added

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

## Unreleased
## 0.33.0 - 2024-09-04

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-bgzf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-bgzf"
version = "0.32.0"
version = "0.33.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
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.68.0 - 2024-09-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.67.0"
version = "0.68.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.66.0" }
noodles-bam = { path = "../noodles-bam", version = "0.67.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.42.0" }
noodles-sam = { path = "../noodles-sam", version = "0.63.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.43.0" }
noodles-sam = { path = "../noodles-sam", version = "0.64.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.63.0", features = ["async"] }
noodles-sam = { path = "../noodles-sam", version = "0.64.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-csi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.38.0 - 2024-09-04

### Changed

* csi: Sync dependencies.

## 0.37.0 - 2024-07-14

### Changed
Expand Down
4 changes: 2 additions & 2 deletions noodles-csi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-csi"
version = "0.37.0"
version = "0.38.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -17,7 +17,7 @@ async = ["dep:tokio", "noodles-bgzf/async"]
bit-vec = "0.8.0"
byteorder.workspace = true
indexmap.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }

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

### Changed

Expand Down
4 changes: 2 additions & 2 deletions noodles-fasta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-fasta"
version = "0.42.0"
version = "0.43.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -17,7 +17,7 @@ async = ["dep:tokio"]
bstr.workspace = true
bytes.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }

tokio = { workspace = true, optional = true, features = ["io-util"] }
Expand Down
6 changes: 6 additions & 0 deletions noodles-gff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.36.0 - 2024-09-04

### Changed

* gff: Sync dependencies.

## 0.35.0 - 2024-07-14

### Changed
Expand Down
6 changes: 3 additions & 3 deletions noodles-gff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-gff"
version = "0.35.0"
version = "0.36.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -15,9 +15,9 @@ async = ["dep:futures", "dep:tokio"]

[dependencies]
indexmap.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
percent-encoding.workspace = true

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

## Unreleased
## 0.31.0 - 2024-09-04

### Changed

Expand Down
6 changes: 3 additions & 3 deletions noodles-gtf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-gtf"
version = "0.30.0"
version = "0.31.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -11,6 +11,6 @@ repository = "https://github.com/zaeleus/noodles"
documentation = "https://docs.rs/noodles-gtf"

[dependencies]
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
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.64.0 - 2024-09-04

### Changed

Expand Down
6 changes: 3 additions & 3 deletions noodles-sam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-sam"
version = "0.63.0"
version = "0.64.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -19,9 +19,9 @@ bstr.workspace = true
indexmap.workspace = true
lexical-core.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.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-tabix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.44.0 - 2024-09-04

### Changed

* tabix: Sync dependencies.

## 0.43.0 - 2024-07-14

### Changed
Expand Down
6 changes: 3 additions & 3 deletions noodles-tabix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-tabix"
version = "0.43.0"
version = "0.44.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -16,9 +16,9 @@ async = ["dep:tokio", "noodles-bgzf/async"]
[dependencies]
byteorder.workspace = true
indexmap.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }

tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }

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.51.0 - 2024-09-04

### Added

Expand Down
18 changes: 9 additions & 9 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.50.0"
version = "0.51.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -40,15 +40,15 @@ variant = [

[dependencies]
flate2 = { workspace = 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-bam = { path = "../noodles-bam", version = "0.67.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.59.1", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.15.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.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 }
noodles-cram = { path = "../noodles-cram", version = "0.68.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.38.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.43.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.64.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.63.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.63.0 - 2024-09-04

### Added

Expand Down
8 changes: 4 additions & 4 deletions noodles-vcf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-vcf"
version = "0.62.0"
version = "0.63.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -16,10 +16,10 @@ async = ["dep:futures", "dep:pin-project-lite", "dep:tokio", "noodles-bgzf/async
[dependencies]
indexmap.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.32.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.37.0" }
noodles-tabix = { path = "../noodles-tabix", version = "0.43.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
noodles-tabix = { path = "../noodles-tabix", version = "0.44.0" }
percent-encoding.workspace = true

futures = { workspace = true, optional = true, features = ["std"] }
Expand Down
16 changes: 16 additions & 0 deletions noodles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.80.0 - 2024-09-04

* [noodles-bam 0.67.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.67.0/noodles-bam/CHANGELOG.md)
* [noodles-bcf 0.59.1](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.59.1/noodles-bcf/CHANGELOG.md)
* [noodles-bed 0.16.0](https://github.com/zaeleus/noodles/blob/noodles-bed-0.16.0/noodles-bed/CHANGELOG.md)
* [noodles-bgzf 0.33.0](https://github.com/zaeleus/noodles/blob/noodles-bgzf-0.33.0/noodles-bgzf/CHANGELOG.md)
* [noodles-cram 0.68.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.68.0/noodles-cram/CHANGELOG.md)
* [noodles-csi 0.38.0](https://github.com/zaeleus/noodles/blob/noodles-csi-0.38.0/noodles-csi/CHANGELOG.md)
* [noodles-fasta 0.43.0](https://github.com/zaeleus/noodles/blob/noodles-fasta-0.43.0/noodles-fasta/CHANGELOG.md)
* [noodles-gff 0.36.0](https://github.com/zaeleus/noodles/blob/noodles-gff-0.36.0/noodles-gff/CHANGELOG.md)
* [noodles-gtf 0.31.0](https://github.com/zaeleus/noodles/blob/noodles-gtf-0.31.0/noodles-gtf/CHANGELOG.md)
* [noodles-sam 0.64.0](https://github.com/zaeleus/noodles/blob/noodles-sam-0.64.0/noodles-sam/CHANGELOG.md)
* [noodles-tabix 0.44.0](https://github.com/zaeleus/noodles/blob/noodles-tabix-0.44.0/noodles-tabix/CHANGELOG.md)
* [noodles-util 0.51.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.51.0/noodles-util/CHANGELOG.md)
* [noodles-vcf 0.63.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.63.0/noodles-vcf/CHANGELOG.md)

## 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)
Expand Down
Loading

0 comments on commit 5d67b64

Please sign in to comment.