Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/core", "crates/wasm", "crates/wasm-workbook", "crates/mcp", "
resolver = "2"

[workspace.package]
version = "7.0.2"
version = "7.0.3"
edition = "2021"
license = "MIT"
authors = ["truecalc"]
Expand Down
17 changes: 17 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.3](https://github.com/truecalc/core/compare/truecalc-core-v7.0.1...truecalc-core-v7.0.3) - 2026-07-29

### Fixed

- *(google)* graduate the passing MIN-with-sparkline row out of bugs.tsv
- *(statistical)* captured MAX/MIN/MAXA/MINA blank, date and empty-array rows
- *(conformance)* duplicate the guard locally instead of super::
- *(statistical)* let dates participate in MAX/MIN/MAXA/MINA
- *(statistical)* MAX/MAXA/MINA answer 0 for an all-blank array

### Other

- release v7.0.2
- *(conformance)* give the reporter the authored-cells guard the runners have
- *(statistical)* separate captured from extrapolated in the date rule
- *(statistical)* state the blank-only capture and where its rows live

## [7.0.2](https://github.com/truecalc/core/compare/truecalc-core-v7.0.1...truecalc-core-v7.0.2) - 2026-07-29

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.3](https://github.com/truecalc/core/compare/truecalc-mcp-v7.0.2...truecalc-mcp-v7.0.3) - 2026-07-29

### Other

- update Cargo.lock dependencies

## [7.0.0](https://github.com/truecalc/core/compare/truecalc-mcp-v6.1.0...truecalc-mcp-v7.0.0) - 2026-07-28

### Added
Expand Down
Loading