From bd0677342db865d8c781b5170e8e4b7c3d4324ef Mon Sep 17 00:00:00 2001 From: Ilya Bogin Date: Thu, 13 Aug 2026 18:27:25 +0300 Subject: [PATCH] chore: bump version to 0.2.0 Minor bump rather than the usual patch: removing the `feedback` subcommand (#63) breaks anyone scripting it, so signal that in the version. Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e32d6c..8cd733e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "keenable-cli" -version = "0.1.26" +version = "0.2.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 9f00be4..7b8bb3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keenable-cli" -version = "0.1.26" +version = "0.2.0" edition = "2024" description = "Keenable CLI — authenticate, manage API keys, configure MCP, and search the web" authors = ["grigorevp "]