Skip to content

Commit 88f69d7

Browse files
committed
0.10.2
1 parent f575ac4 commit 88f69d7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)