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