From 09247ffcad6e3a81310306ae66b1f32f2e1b2522 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Thu, 7 May 2026 22:18:26 +0300 Subject: [PATCH] docs: add version badge at the top of README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a734df7..b53cb6f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **A multimodal database engine written in Nim — 100% native, zero dependencies.** +[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](baradadb.nimble) + BaraDB combines document, graph, vector, columnar, and full-text search storage in a single engine with a unified query language (BaraQL). It compiles to a single 3.3MB binary with no runtime dependencies.