Skip to content

Commit ccf8d68

Browse files
committed
chore(release): Prepare 0.16.4
1 parent 08afb21 commit ccf8d68

3 files changed

Lines changed: 92 additions & 80 deletions

File tree

CHANGELOG.md

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

0 commit comments

Comments
 (0)