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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This pr
8
8
9
9
### Added
10
10
11
+
-**`--version` flag**: Prints version from CMake `project(VERSION)` via generated `version.h`
12
+
-**`validate` subcommand**: Standalone validator that re-imports output files and runs the full validator suite with per-asset pass/fail results and exit code
13
+
-**Python docstrings**: All pybind11 bindings now have descriptive docstrings for classes, methods, and free functions
14
+
-**`pyproject.toml`**: `pip install .` now works via scikit-build-core (requires CMake + Ninja)
15
+
-**CI `pull_request` trigger**: PRs to `main` and `develop` now run the full CI matrix
0 commit comments