From c58be7c902e7386396d061e43b6e465374481629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 1 Mar 2026 11:27:40 +0100 Subject: [PATCH] chore: release v0.2.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1acd3b..ebdd0f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,8 +1536,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] -name = "todo" -version = "0.1.1" +name = "todo-mcp" +version = "0.2.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c9d2ddd..33bad8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todo-mcp" -version = "0.2.0" +version = "0.2.1" edition = "2024" rust-version = "1.85" description = "simple todo cli with mcp server for ai integration"