From c1f5cfbbda4503a662debb5e363d5a71c9096b3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Nov 2025 23:13:34 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.1=20=E2=86=92=200.1.2=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a63f3..9ba536e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.2 (2025-11-08) + +### Refactor + +- Gave the GitHub MCP server a default placeholder value that doesn't require the vault + ## v0.1.1 (2025-11-08) ## v0.1.0 (2025-11-07) diff --git a/Cargo.lock b/Cargo.lock index b0b8e64..2ee90c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,7 +3089,7 @@ dependencies = [ [[package]] name = "loki-ai" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9f89002..6568d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-ai" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"