You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version bump from 0.9.4 to 0.9.5 across the five canonical version
sites:
- src/version.h (FORMULON_VERSION_PATCH 4 -> 5)
- CMakeLists.txt (project VERSION)
- packages/npm/package.json
- packages/npm-native/package.json
- packages/python/pyproject.toml
CHANGELOG.md:
- Add [0.9.5] - 2026-07-04 section with Added / Fixed / Build-CI groups
covering ad-hoc array evaluation (evaluateFormulaArray /
evaluate_formula_array across C API, Node addon, WASM, and Python,
with the two-step fm_workbook_evaluate_formula_array /
fm_workbook_evaluate_formula_array_cell C ABI surface); the
function-metadata provider seam (lazy-dispatch and parser
special-form recognition in fm_function_metadata, unbounded-arity
as null/None, and mergeFunctionMetadata / merge_function_metadata
precedence helpers); spill-phantom cell enumeration and pagination
fidelity; range-shaped defined names evaluating as Value::Array
instead of collapsing via implicit intersection; and the
python-smoke CI job added to prebuild.yml to catch C ABI drift
before release
- Update [Unreleased] and footer compare links for v0.9.5
docs/releases/README.md:
- Prepend v0.9.5 as latest release entry
- Demote v0.9.4 to a dated entry
0 commit comments