Skip to content

Commit 7ec2baf

Browse files
author
Claude Sonnet (coordinator)
committed
chore(version): v1.4.0
1 parent dbe3fdb commit 7ec2baf

4 files changed

Lines changed: 35 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v1.4.0 - 2026-04-17
6+
#### Features
7+
- (**plugin-info**) add l3dg3rr_plugin_info MCP tool with Windows self-update - (16d070c) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
8+
- reconcile document inventory queue onto 7-tool contract architecture - (59dd2cf) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
9+
- add document inventory queue - (0dcd8f2) - Claude Sonnet (coordinator)
10+
- persist mcp operational state across restart - (e2fe9c7) - Claude Sonnet (coordinator)
11+
- honor workbook export contract - (d130226) - Claude Sonnet (coordinator)
12+
- generate mcp contract artifacts from rust - (764b3c9) - Claude Sonnet (coordinator)
13+
#### Bug Fixes
14+
- (**ci**) resolve clippy errors and warnings blocking CI - (1595d6e) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
15+
- (**docker**) copy docs and scripts into builder so contract tests can read generated artifacts - (5b6f7d7) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
16+
- (**docker**) copy docs and scripts into builder so contract tests can read generated artifacts - (cb1e080) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
17+
- (**docker**) copy docs and scripts into builder so contract tests can read generated artifacts - (0d3beeb) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
18+
- (**docker**) copy docs and scripts into builder so contract tests can read generated artifacts - (9165d81) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
19+
- (**mcp**) BUG-003 — replace invalid "type":"json" content blocks with "type":"text" - (7ca1a73) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
20+
- atomic persist write, valid bash/JSON in demo script, repo-relative doc links - (cc1c26b) - copilot-swe-agent[bot], *elasticdotventures*
21+
- address PR review feedback - schema enum, mutex scope, and doc path - (290dcb1) - copilot-swe-agent[bot], *elasticdotventures*
22+
- resolve generated contract ci drift - (b23efe5) - Claude Sonnet (coordinator)
23+
#### Documentation
24+
- (**claude**) document required dev tools and release workflow - (9915584) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
25+
#### Tests
26+
- (**plugin-info**) add MCP e2e tests for l3dg3rr_plugin_info tool - (d4c8e59) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
27+
#### Refactoring
28+
- collapse mcp surface to ledgerr tools - (5472ead) - Claude Sonnet (coordinator)
29+
#### Miscellaneous Chores
30+
- (**cog**) add pre_bump_hook to keep Cargo.toml version in sync - (8b74749) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
31+
- (**version**) bump workspace version to 1.3.7 to match release tags - (6fd8115) - Claude Sonnet (coordinator), *Claude Sonnet 4.6*
32+
33+
- - -
34+
535
## v1.3.8 - 2026-04-17
636
#### Bug Fixes
737
- (**mcp**) fix BUG-003 (P0): all 27 tool handlers returned `"type": "json"` content blocks, which is not a valid MCP 2025-11-25 content type and causes Zod validation failures in spec-compliant clients; converted every content block to `"type": "text"` with payload serialized as a JSON string; added `text_content()` private helper to centralise the pattern; added `handle_pipeline_status()` handler to eliminate the one remaining hand-rolled response in the server binary - (cbde62d) - Claude Sonnet (coordinator)

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resolver = "2"
99
[workspace.package]
1010
edition = "2021"
1111
license = "MIT"
12-
version = "1.3.7"
12+
version = "1.4.0"
1313

1414
[workspace.dependencies]
1515
rust_xlsxwriter = "0.94.0"

crates/ledgerr-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license.workspace = true
66

77
[dependencies]
88
blake3 = "1.8.3"
9-
ledger-core = { version = "=1.3.7", path = "../ledger-core" }
9+
ledger-core = { version = "=1.4.0", path = "../ledger-core" }
1010
rust_decimal = { version = "1.41.0", features = ["serde"] }
1111
rust_xlsxwriter = { workspace = true }
1212
schemars = { version = "0.8", features = ["derive"] }

0 commit comments

Comments
 (0)