File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.2] - 2026-06-15
11+
12+ ### Added
13+ - xcoverage raw mode now supports collecting coverage for inline PHP passed via ` -r ` /` --run ` (#83 ).
14+ - xprofile JSON mode supports profiling inline PHP via ` -r ` /` --run ` (#83 ).
15+
16+ ### Fixed
17+ - Inline code handling preserves ` __LINE__ ` and leading ` declare(strict_types=1) ` (#83 ).
18+ - ` --branch-coverage ` is rejected for PHP inline code with a clear error message (#83 ).
19+ - Safer git worktree creation and cleanup in xcompare with improved failure recovery (#84 ).
20+ - xcompare diff output is now deterministic with consistent ordering (#84 ).
21+ - CLI error messages on runtime failures are now concise without stack traces (#84 ).
22+
1023## [ 0.10.1] - 2026-05-21
1124
1225### Added
You can’t perform that action at this time.
0 commit comments