Skip to content

Commit c861a8d

Browse files
committed
chore(release): Prepare v0.12.1
Bump version and document refactoring changes since v0.12.0: - Fixed duplicate OutputConfig struct - Complexity reduction across modules - Progress helpers extraction - Pure function extraction for testability
1 parent af3e0dc commit c861a8d

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1] - 2026-01-15
11+
12+
### Fixed
13+
14+
- **Duplicate Config Struct** - Removed duplicate `OutputConfig` struct definition
15+
16+
### Internal (Refactoring)
17+
18+
- **Complexity Reduction** - Reduced complexity across multiple modules
19+
- Extracted pure helpers for complexity calculations
20+
- Reduced complexity in `main_inner` and `find_cross_file_implementations`
21+
- Fixed git context handling during refactoring
22+
- **Progress System** - Extracted progress helpers in unified_analysis module
23+
- **Pure Function Extraction** - Continued extracting pure helpers across modules for better testability
24+
1025
## [0.12.0] - 2026-01-13
1126

1227
### Fixed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debtmap"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
rust-version = "1.89"
66
authors = ["Glen Baker <[email protected]>"]

0 commit comments

Comments
 (0)