Skip to content

Commit

Permalink
Bump versions for noodles 0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Mar 8, 2025
1 parent bb24de5 commit 7d1745f
Show file tree
Hide file tree
Showing 36 changed files with 120 additions and 100 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.77.0 - 2025-03-08

### Changed

Expand Down
12 changes: 6 additions & 6 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.76.0"
version = "0.77.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -22,14 +22,14 @@ memchr.workspace = true
pin-project-lite = { workspace = true, optional = true }
tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }

noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-sam = { path = "../noodles-sam", version = "0.72.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }
noodles-sam = { path = "../noodles-sam", version = "0.73.0" }

[dev-dependencies]
flate2.workspace = true
noodles-sam = { path = "../noodles-sam", version = "0.72.0", features = ["async"] }
noodles-sam = { path = "../noodles-sam", version = "0.73.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.72.0 - 2025-03-08

### Changed

Expand Down
10 changes: 5 additions & 5 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.71.0"
version = "0.72.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -24,10 +24,10 @@ async = [
byteorder.workspace = true
indexmap.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.74.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.75.0" }

futures = { workspace = true, optional = true, features = ["std"] }
pin-project-lite = { workspace = true, optional = true }
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.22.0 - 2025-03-08

### Added

Expand Down
10 changes: 5 additions & 5 deletions noodles-bed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-bed"
version = "0.21.0"
version = "0.22.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/noodles-bed"
bstr.workspace = true
lexical-core.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-tabix = { path = "../noodles-tabix", version = "0.50.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }
noodles-tabix = { path = "../noodles-tabix", version = "0.51.0" }
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.37.0 - 2025-03-08

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

## Unreleased
## 0.17.0 - 2025-03-08

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-core"
version = "0.16.0"
version = "0.17.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.80.0 - 2025-03-08

### Changed

Expand Down
12 changes: 6 additions & 6 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.79.0"
version = "0.80.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -22,10 +22,10 @@ bzip2 = "0.5.0"
flate2.workspace = true
indexmap.workspace = true
md-5 = "0.10.0"
noodles-bam = { path = "../noodles-bam", version = "0.76.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.49.0" }
noodles-sam = { path = "../noodles-sam", version = "0.72.0" }
noodles-bam = { path = "../noodles-bam", version = "0.77.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.50.0" }
noodles-sam = { path = "../noodles-sam", version = "0.73.0" }
xz2 = "0.1.6"

async-compression = { version = "0.4.0", optional = true, features = ["gzip", "tokio"] }
Expand All @@ -36,7 +36,7 @@ tokio = { workspace = true, optional = true, features = ["fs", "io-util"] }
libdeflater = { workspace = true, optional = true }

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

## Unreleased
## 0.45.0 - 2025-03-08

### Changed

Expand Down
6 changes: 3 additions & 3 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.44.0"
version = "0.45.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -18,8 +18,8 @@ bstr.workspace = true
bit-vec = "0.8.0"
byteorder.workspace = true
indexmap.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.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.50.0 - 2025-03-08

### Changed

Expand Down
6 changes: 3 additions & 3 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.49.0"
version = "0.50.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -17,8 +17,8 @@ async = ["dep:tokio"]
bstr.workspace = true
bytes.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }

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

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.18.0 - 2025-03-08

### Changed

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

## Unreleased
## 0.45.0 - 2025-03-08

### Changed

Expand Down
8 changes: 4 additions & 4 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.44.0"
version = "0.45.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.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.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.40.0 - 2025-03-08

### Changed

Expand Down
8 changes: 4 additions & 4 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.39.0"
version = "0.40.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.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }
2 changes: 1 addition & 1 deletion noodles-htsget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.8.0 - 2025-03-08

### Changed

Expand Down
4 changes: 2 additions & 2 deletions noodles-htsget/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-htsget"
version = "0.7.0"
version = "0.8.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -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.16.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
reqwest.workspace = true
serde.workspace = true
url = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion noodles-refget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0 - 2025-03-08

### Changed

Expand Down
4 changes: 2 additions & 2 deletions noodles-refget/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-refget"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -12,7 +12,7 @@ documentation = "https://docs.rs/noodles-refget"

[dependencies]
bytes.workspace = true
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
reqwest.workspace = true
serde.workspace = true
url.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.73.0 - 2025-03-08

### Changed

Expand Down
8 changes: 4 additions & 4 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.72.0"
version = "0.73.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -25,9 +25,9 @@ bstr.workspace = true
indexmap.workspace = true
lexical-core.workspace = true
memchr.workspace = true
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }

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

## Unreleased
## 0.51.0 - 2025-03-08

### Changed

Expand Down
8 changes: 4 additions & 4 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.50.0"
version = "0.51.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.36.0" }
noodles-core = { path = "../noodles-core", version = "0.16.0" }
noodles-csi = { path = "../noodles-csi", version = "0.44.0" }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.37.0" }
noodles-core = { path = "../noodles-core", version = "0.17.0" }
noodles-csi = { path = "../noodles-csi", version = "0.45.0" }

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

Expand Down
Loading

0 comments on commit 7d1745f

Please sign in to comment.