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,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.16.4] - 2026-05-12
11+
12+ ### Fixed
13+
14+ - ** TypeScript Complexity False Positive** - Optional chaining and nullish defaults no longer inflate complexity
15+ - ` ?. ` expressions are treated as safe access syntax rather than decision points
16+ - ` ?? ` defaults are no longer counted as logical branches in cyclomatic or cognitive complexity
17+ - Added regression coverage for async persistence-style code with optional fields and null defaults
18+
19+ ### Dependencies
20+
21+ - Refreshed the Cargo lockfile for the 0.16.4 release
22+ - assert_cmd: 2.2.0 -> 2.2.2
23+ - clap: 4.6.0 -> 4.6.1
24+ - openssl-sys: 0.9.113 -> 0.9.115
25+ - premortem: 0.6.1 -> 0.6.2
26+ - tokio: 1.52.0 -> 1.52.3
27+
1028## [ 0.16.3] - 2026-04-14
1129
1230### Dependencies
You can’t perform that action at this time.
0 commit comments