From 2ae343967c529e63b1bf7dffeb3bcc5bd48be84e Mon Sep 17 00:00:00 2001 From: rUv Date: Sun, 22 Feb 2026 16:01:44 +0000 Subject: [PATCH] chore: bump rvdna crate version to 0.3.0 for biomarker engine release Co-Authored-By: claude-flow --- Cargo.lock | 2 +- examples/dna/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6d8326b..c8f8d6ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "rvdna" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "bincode 2.0.1", diff --git a/examples/dna/Cargo.toml b/examples/dna/Cargo.toml index c6fc9439..304eb562 100644 --- a/examples/dna/Cargo.toml +++ b/examples/dna/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rvdna" -version = "0.2.0" +version = "0.3.0" edition = "2021" -description = "rvDNA — AI-native genomic analysis and the .rvdna file format. Native 23andMe genotyping, pharmacogenomics (CYP2D6/CYP2C19), health variants, variant calling, protein prediction, and HNSW vector search in pure Rust with WASM support." +description = "rvDNA — AI-native genomic analysis. 20-SNP biomarker risk scoring, streaming anomaly detection, 64-dim profile vectors, 23andMe genotyping, CYP2D6/CYP2C19 pharmacogenomics, variant calling, protein prediction, and HNSW vector search in pure Rust." license = "MIT" repository = "https://github.com/ruvnet/ruvector" homepage = "https://github.com/ruvnet/ruvector/tree/main/examples/dna"