Skip to content

Commit fec9740

Browse files
chore: release v0.9.0
1 parent f542b76 commit fec9740

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/bio-function-pileup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-function-pileup"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
description = "Depth-of-coverage (pileup) function for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-function-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-function-ranges"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
description = "Interval join, coverage, and count-overlaps for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-function-ranges/superintervals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "superintervals"
33
description = "Interval overlap library"
4-
version = "0.10.4"
4+
version = "0.11.0"
55
authors = ["Kez Cleal. <clealk@cardiff.ac.uk>"]
66
edition = "2021"
77
repository = "https://github.com/kcleal/superintervals"

datafusion/bio-function-vep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-function-vep"
3-
version = "0.6.4"
3+
version = "0.7.0"
44
description = "VEP (Variant Effect Predictor) annotation functions for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)