Skip to content

Commit 29bf486

Browse files
author
Claude Sonnet (coordinator)
committed
chore(version): v1.8.0
1 parent 9162007 commit 29bf486

5 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.8.0 - 2026-05-01
6+
#### Miscellaneous Chores
7+
- (**version**) v1.7.0 - (9162007) - Claude Sonnet (coordinator)
8+
9+
- - -
10+
511
## v1.7.0 - 2026-05-01
612
#### Features
713
- add selectable Windows AI provider - (319882f) - Claude Sonnet (coordinator)

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -15,7 +15,7 @@ resolver = "2"
1515
[workspace.package]
1616
edition = "2021"
1717
license = "MIT"
18-
version = "1.7.0"
18+
version = "1.8.0"
1919

2020
[workspace.dependencies]
2121
rust_xlsxwriter = "0.94.0"

crates/ledgerr-mcp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ license.workspace = true
88
arc-kit-au = { path = "../arc-kit-au" }
99
blake3 = "1.8.3"
1010
chrono = { workspace = true }
11-
ledger-core = { version = "=1.7.0", path = "../ledger-core" }
12-
ledgerr-xero = { version = "=1.7.0", path = "../ledgerr-xero", optional = true }
13-
ledgerr-llm = { version = "=1.7.0", path = "../ledgerr-llm", optional = true }
11+
ledger-core = { version = "=1.8.0", path = "../ledger-core" }
12+
ledgerr-xero = { version = "=1.8.0", path = "../ledgerr-xero", optional = true }
13+
ledgerr-llm = { version = "=1.8.0", path = "../ledgerr-llm", optional = true }
1414
rust_decimal = { version = "1.41.0", features = ["serde"] }
1515
rust_xlsxwriter = { workspace = true }
1616
schemars = { version = "0.8", features = ["derive"] }

crates/mdbook-rhai-mermaid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-rhai-mermaid"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
edition = "2021"
55
description = "mdbook preprocessor: rhai DSL code blocks → Mermaid flowchart diagrams"
66

0 commit comments

Comments
 (0)