From a2b8c7e30432b8dbaaece902f0b74deff8acd71c Mon Sep 17 00:00:00 2001 From: Robert Fleischmann Date: Mon, 30 Mar 2026 17:13:10 -0400 Subject: [PATCH] Bump version to 0.5.1 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1139fcd..b8f2334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5444,7 +5444,7 @@ dependencies = [ [[package]] name = "sediment-mcp" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index 5a851fc..514bf3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sediment-mcp" -version = "0.5.0" +version = "0.5.1" edition = "2024" repository = "https://github.com/rendro/sediment" homepage = "https://github.com/rendro/sediment"