From 429c6f07d23055429c9fa443ff917a38671ba260 Mon Sep 17 00:00:00 2001 From: Taylor Eernisse Date: Sun, 8 Feb 2026 14:33:07 -0500 Subject: [PATCH] release: v0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version from 0.1.0 to 0.5.0 to reflect the maturity of the CLI after months of development — robot mode, search pipeline, ingestion orchestrator, who commands, timeline pipeline, and embedding support are all implemented and stable. Co-Authored-By: Claude Opus 4.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df77a34..d764092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lore" -version = "0.1.0" +version = "0.5.0" dependencies = [ "async-stream", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fb216cc..afd0253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "0.1.0" +version = "0.5.0" edition = "2024" description = "Gitlore - Local GitLab data management with semantic search" authors = ["Taylor Eernisse"]