Skip to content

Commit c558616

Browse files
chore: release v0.1.1
1 parent cb39c73 commit c558616

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.lock

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

datafusion/bio-format-bam/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-bam"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "BAM file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -27,4 +27,4 @@ async-trait = "0.1.88"
2727

2828
[[example]]
2929
name = "test_bam_reader"
30-
path = "./examples/test_bam_reader.rs"
30+
path = "./examples/test_bam_reader.rs"

datafusion/bio-format-bed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-bed"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "BED file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -31,4 +31,4 @@ futures-util = "0.3.31"
3131
[[example]]
3232
name = "test_bed_reader"
3333
# Some issue when publishing and path isn't specified, so adding here
34-
path = "./examples/test_bed_reader.rs"
34+
path = "./examples/test_bed_reader.rs"

datafusion/bio-format-core/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-format-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Core utilities for DataFusion bioinformatics table providers"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-format-cram/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-format-cram"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "CRAM file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-format-fasta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-fasta"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "FASTA file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -24,4 +24,4 @@ futures-util.workspace = true
2424
async-compression.workspace = true
2525
async-stream.workspace = true
2626
log = "0.4.27"
27-
async-trait = "0.1.81"
27+
async-trait = "0.1.81"

datafusion/bio-format-fastq/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-fastq"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "FASTQ file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -32,4 +32,4 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
3232
[[example]]
3333
name = "test_fastq_reader"
3434
# Some issue when publishing and path isn't specified, so adding here
35-
path = "./examples/test_fastq_reader.rs"
35+
path = "./examples/test_fastq_reader.rs"

datafusion/bio-format-gff/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-gff"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "GFF file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -33,4 +33,4 @@ tracing = "0.1.40"
3333
[[example]]
3434
name = "test_gff_reader"
3535
# Some issue when publishing and path isn't specified, so adding here
36-
path = "./examples/test_gff_reader.rs"
36+
path = "./examples/test_gff_reader.rs"

datafusion/bio-format-vcf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-format-vcf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "VCF file format support for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true
@@ -36,4 +36,4 @@ tempfile = "3.0"
3636
[[example]]
3737
name = "datafusion_integration"
3838
# Some issue when publishing and path isn't specified, so adding here
39-
path = "./examples/datafusion_integration.rs"
39+
path = "./examples/datafusion_integration.rs"

0 commit comments

Comments
 (0)