From 59088af2abf58e3e46c592f80340634094ad6314 Mon Sep 17 00:00:00 2001 From: teernisse Date: Tue, 10 Mar 2026 13:34:52 -0400 Subject: [PATCH] release: v0.9.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93690b9..5cc64dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,7 +1324,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lore" -version = "0.9.2" +version = "0.9.3" dependencies = [ "asupersync", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 04ff665..882a888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "0.9.2" +version = "0.9.3" edition = "2024" description = "Gitlore - Local GitLab data management with semantic search" authors = ["Taylor Eernisse"]