Skip to content

Commit

Permalink
Bump versions for noodles 0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed May 19, 2024
1 parent 2d1d386 commit 6624791
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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.33.0 - 2024-05-19

### Changed

Expand Down
2 changes: 1 addition & 1 deletion noodles-gff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noodles-gff"
version = "0.32.0"
version = "0.33.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions noodles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.74.0 - 2024-05-19

* [noodles-gff 0.33.0](https://github.com/zaeleus/noodles/blob/noodles-gff-0.33.0/noodles-gff/CHANGELOG.md)

## 0.73.0 - 2024-05-16

* [noodles-bam 0.63.0](https://github.com/zaeleus/noodles/blob/noodles-bam-0.63.0/noodles-bam/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.73.0"
version = "0.74.0"
authors = ["Michael Macias <[email protected]>"]
license.workspace = true
edition.workspace = true
Expand All @@ -21,7 +21,7 @@ noodles-cram = { path = "../noodles-cram", version = "0.63.0", optional = true }
noodles-csi = { path = "../noodles-csi", version = "0.35.0", optional = true }
noodles-fasta = { path = "../noodles-fasta", version = "0.38.0", optional = true }
noodles-fastq = { path = "../noodles-fastq", version = "0.10.0", optional = true }
noodles-gff = { path = "../noodles-gff", version = "0.32.0", optional = true }
noodles-gff = { path = "../noodles-gff", version = "0.33.0", optional = true }
noodles-gtf = { path = "../noodles-gtf", version = "0.28.0", optional = true }
noodles-htsget = { path = "../noodles-htsget", version = "0.6.0", optional = true }
noodles-refget = { path = "../noodles-refget", version = "0.5.0", optional = true }
Expand Down

0 comments on commit 6624791

Please sign in to comment.