Skip to content

Commit 50a33a5

Browse files
committed
Bump version
1 parent b000f61 commit 50a33a5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/agent-spreadsheet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-spreadsheet"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2024"
55
description = "Stateless spreadsheet CLI for AI agents — read, profile, edit, and diff .xlsx workbooks from the command line"
66
authors = ["Frankie Colson"]
@@ -16,4 +16,4 @@ anyhow = "1.0"
1616
clap = { version = "4.5", features = ["derive"] }
1717
serde_json = "1.0"
1818
tokio = { version = "1.37", features = ["macros", "rt"] }
19-
spreadsheet-mcp = { version = "0.10.0", path = "../spreadsheet-mcp" }
19+
spreadsheet-mcp = { version = "0.10.1", path = "../spreadsheet-mcp" }

crates/spreadsheet-kit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spreadsheet-kit"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2024"
55
description = "Core spreadsheet automation primitives — shared types, edit normalization, and session traits for agent-facing surfaces"
66
authors = ["Frankie Colson"]

crates/spreadsheet-mcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spreadsheet-mcp"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2024"
55
description = "Stateful MCP server for spreadsheet analysis and editing — token-efficient tools for LLM agents to read, profile, edit, and recalculate .xlsx workbooks"
66
authors = ["Frankie Colson"]
@@ -22,7 +22,7 @@ path = "src/bin/cli.rs"
2222
[dependencies]
2323
anyhow = "1.0"
2424
thiserror = "1.0"
25-
spreadsheet-kit = { version = "0.10.0", path = "../spreadsheet-kit" }
25+
spreadsheet-kit = { version = "0.10.1", path = "../spreadsheet-kit" }
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0"
2828
serde_with = "3.8"

npm/agent-spreadsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-spreadsheet",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Stateless spreadsheet CLI for AI agents — read, profile, edit, and diff .xlsx workbooks from the command line",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)