From 7259e59d2a828abb2292e437edfb10dd7a9839bb Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sat, 13 Dec 2025 13:38:09 -0700 Subject: [PATCH] ci: Prep for 0.1.3 release --- CHANGELOG.md | 6 ------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a287a..9ba536e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## v0.1.3 (2025-12-13) - -### Feat - -- Improved MCP implementation to minimize the tokens needed to utilize it so it doesn't quickly overwhelm the token space for a given model - ## v0.1.2 (2025-11-08) ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 98b47a4..f5a9533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "loki-ai" -version = "0.1.3" +version = "0.1.2" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 557077b..6568d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-ai" -version = "0.1.3" +version = "0.1.2" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"