Skip to content

Commit

Permalink
Bump versions for noodles 0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Sep 12, 2024
1 parent d39daa3 commit cd55dd1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 deletions.
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.61.0 - 2024-09-12

### Changed

* bcf: Sync dependencies.

## 0.60.0 - 2024-09-09

### 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.60.0"
version = "0.61.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.33.0" }
noodles-core = { path = "../noodles-core", version = "0.15.0" }
noodles-csi = { path = "../noodles-csi", version = "0.38.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.64.0" }
noodles-vcf = { path = "../noodles-vcf", version = "0.65.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-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.53.0 - 2024-09-12

### Changed

* util: Sync dependencies.

## 0.52.0 - 2024-09-09

### Changed
Expand Down
6 changes: 3 additions & 3 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.52.0"
version = "0.53.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -41,14 +41,14 @@ variant = [
[dependencies]
flate2 = { workspace = true }
noodles-bam = { path = "../noodles-bam", version = "0.67.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.60.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.61.0", 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.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.64.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.65.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.65.0 - 2024-09-12

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

## 0.82.0 - 2024-09-12

* [noodles-bcf 0.61.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.61.0/noodles-bcf/CHANGELOG.md)
* [noodles-util 0.53.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.53.0/noodles-util/CHANGELOG.md)
* [noodles-vcf 0.65.0](https://github.com/zaeleus/noodles/blob/noodles-vcf-0.65.0/noodles-vcf/CHANGELOG.md)

## 0.81.0 - 2024-09-09

* [noodles-bcf 0.60.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.60.0/noodles-bcf/CHANGELOG.md)
Expand Down
6 changes: 3 additions & 3 deletions noodles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles"
version = "0.81.0"
version = "0.82.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -13,7 +13,7 @@ readme = "../README.md"

[dependencies]
noodles-bam = { path = "../noodles-bam", version = "0.67.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.60.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.61.0", optional = true }
noodles-bed = { path = "../noodles-bed", version = "0.16.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.33.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.15.0", optional = true }
Expand All @@ -27,7 +27,7 @@ noodles-htsget = { path = "../noodles-htsget", version = "0.6.0", optional = tru
noodles-refget = { path = "../noodles-refget", version = "0.5.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.64.0", optional = true }
noodles-tabix = { path = "../noodles-tabix", version = "0.44.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.64.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.65.0", optional = true }

[features]
default = []
Expand Down

0 comments on commit cd55dd1

Please sign in to comment.