Skip to content

Commit

Permalink
Bump versions for noodles 0.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Feb 20, 2025
1 parent fbfd2e5 commit f4ff8b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
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.79.0 - 2025-02-20

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-cram/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-cram"
version = "0.78.0"
version = "0.79.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.63.0 - 2025-02-20

### Changed

* util: Sync dependencies.

## 0.62.0 - 2025-02-17

### Changed
Expand Down
4 changes: 2 additions & 2 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.62.0"
version = "0.63.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -44,7 +44,7 @@ noodles-bam = { path = "../noodles-bam", version = "0.76.0", optional = true }
noodles-bcf = { path = "../noodles-bcf", version = "0.71.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.16.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.78.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.79.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.44.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.49.0", optional = true }
noodles-sam = { path = "../noodles-sam", version = "0.72.0", optional = true }
Expand Down
5 changes: 5 additions & 0 deletions noodles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.93.0 - 2025-02-20

* [noodles-cram 0.79.0](https://github.com/zaeleus/noodles/blob/noodles-cram-0.79.0/noodles-cram/CHANGELOG.md)
* [noodles-util 0.63.0](https://github.com/zaeleus/noodles/blob/noodles-util-0.63.0/noodles-util/CHANGELOG.md)

## 0.92.0 - 2025-02-17

* [noodles-bcf 0.71.0](https://github.com/zaeleus/noodles/blob/noodles-bcf-0.71.0/noodles-bcf/CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions noodles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles"
version = "0.92.0"
version = "0.93.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -17,7 +17,7 @@ noodles-bcf = { path = "../noodles-bcf", version = "0.71.0", optional = true }
noodles-bed = { path = "../noodles-bed", version = "0.21.0", optional = true }
noodles-bgzf = { path = "../noodles-bgzf", version = "0.36.0", optional = true }
noodles-core = { path = "../noodles-core", version = "0.16.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.78.0", optional = true }
noodles-cram = { path = "../noodles-cram", version = "0.79.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.44.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.49.0", optional = true }
noodles-fastq = { path = "../noodles-fastq", version = "0.17.0", optional = true }
Expand Down

0 comments on commit f4ff8b2

Please sign in to comment.