Skip to content

Commit

Permalink
Bump versions for noodles 0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Feb 22, 2024
1 parent 5c0b64a commit 8c7014c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ list; and formats, listed as [features]. For example, to work with the BAM
format, enable the `bam` feature.

```toml
noodles = { version = "0.64.0", features = ["bam"] }
noodles = { version = "0.65.0", features = ["bam"] }
```

Each enabled feature can then be imported by its re-exported name, e.g.,
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.56.0 - 2024-02-22

### Changed

* cram: Sync dependencies.

## 0.55.0 - 2024-02-15

### 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.55.0"
version = "0.56.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.56.0" }
noodles-core = { path = "../noodles-core", version = "0.14.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.32.0" }
noodles-fasta = { path = "../noodles-fasta", version = "0.33.0" }
noodles-sam = { path = "../noodles-sam", version = "0.53.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.33.0 - 2024-02-22

### 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.32.0"
version = "0.33.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.37.0 - 2024-02-22

### Changed

* util: Sync dependencies.

## 0.36.0 - 2024-02-15

### 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.36.0"
version = "0.37.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -34,9 +34,9 @@ noodles-bam = { path = "../noodles-bam", version = "0.56.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.46.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.26.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.14.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.55.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.56.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.30.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.32.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.33.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.53.0", optional = true }
noodles-vcf = { path = "../noodles-vcf", version = "0.49.0", optional = 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.65.0 - 2024-02-22

* [noodles-cram 0.56.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.56.0/noodles-cram/CHANGELOG.md)
* [noodles-fasta 0.33.0](https://github.com/zaeleus/noodles/blob/noodles-fasta-0.33.0/noodles-fasta/CHANGELOG.md)
* [noodles-util 0.37.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.37.0/noodles-util/CHANGELOG.md)

## 0.64.0 - 2024-02-15

* [noodles-bam 0.56.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.56.0/noodles-bam/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.64.0"
version = "0.65.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -17,9 +17,9 @@ noodles-bcf = { path = "../noodles-bcf", version = "0.46.0", optional = true }
noodles-bed = { path = "../noodles-bed", version = "0.12.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.26.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.14.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.55.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.56.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.30.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.32.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.33.0", optional = true }
noodles-fastq = { path = "../noodles-fastq", version = "0.10.0", optional = true }
noodles-gff = { path = "../noodles-gff", version = "0.27.0", optional = true }
noodles-gtf = { path = "../noodles-gtf", version = "0.23.0", optional = true }
Expand Down

0 comments on commit 8c7014c

Please sign in to comment.