From 491dc52864717e87aeba0166854f80a48f69afd7 Mon Sep 17 00:00:00 2001 From: teernisse Date: Mon, 16 Feb 2026 10:29:52 -0500 Subject: [PATCH] release: v0.8.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf53293..96a115f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lore" -version = "0.8.2" +version = "0.8.3" dependencies = [ "async-stream", "charmed-lipgloss", diff --git a/Cargo.toml b/Cargo.toml index 2e9d919..b06a775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "0.8.2" +version = "0.8.3" edition = "2024" description = "Gitlore - Local GitLab data management with semantic search" authors = ["Taylor Eernisse"]