chore: release v0.2.1

This commit is contained in:
2026-03-01 11:27:40 +01:00
parent 2463e83a43
commit c58be7c902
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1536,8 +1536,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "todo" name = "todo-mcp"
version = "0.1.1" version = "0.2.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "todo-mcp" name = "todo-mcp"
version = "0.2.0" version = "0.2.1"
edition = "2024" edition = "2024"
rust-version = "1.85" rust-version = "1.85"
description = "simple todo cli with mcp server for ai integration" description = "simple todo cli with mcp server for ai integration"