From 60075cd40086b372ce6b73b006d30644b15d14c9 Mon Sep 17 00:00:00 2001 From: teernisse Date: Wed, 11 Mar 2026 10:30:03 -0400 Subject: [PATCH] release: v0.9.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cc64dc..9e4a577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,7 +1324,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lore" -version = "0.9.3" +version = "0.9.4" dependencies = [ "asupersync", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 882a888..93441eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "0.9.3" +version = "0.9.4" edition = "2024" description = "Gitlore - Local GitLab data management with semantic search" authors = ["Taylor Eernisse"]