From 039ab1c2a35f49f03d17b43a43a28e71d7cf7a71 Mon Sep 17 00:00:00 2001 From: teernisse Date: Wed, 11 Feb 2026 15:14:57 -0500 Subject: [PATCH] release: v0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f699dc..d374f76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lore" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-stream", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2912af5..561b6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "0.6.0" +version = "0.6.1" edition = "2024" description = "Gitlore - Local GitLab data management with semantic search" authors = ["Taylor Eernisse"]