Skip to content

Commit 289b9d6

Browse files
committed
chore: Bump version to 0.13.2
Prepare release with: - LLM integration resources (llms.txt, debtmap-analyst skill) - Dependency updates (trybuild 1.0.115) - Typos configuration consolidation
1 parent 19899cb commit 289b9d6

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.13.2] - 2026-02-06
11+
12+
### Added
13+
14+
- **LLM Integration Resources**
15+
- Added `llms.txt` following the emerging standard for LLM-friendly documentation
16+
- Added `debtmap-analyst` Claude skill for AI-assisted code analysis
17+
- Skill includes debtmap usage guidance and Rust/FP refactoring patterns
18+
19+
### Changed
20+
21+
- **Dependencies** - Updated Cargo.lock with latest dependency versions
22+
- trybuild: 1.0.114 → 1.0.115
23+
24+
### Internal
25+
26+
- Consolidated typos configuration into `_typos.toml` with cleaner formatting
27+
- Added file exclusions for `*.lock` and `target/` directory in typos config
28+
1029
## [0.13.1] - 2026-01-30
1130

1231
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.13.1"
3+
version = "0.13.2"
44
edition = "2021"
55
rust-version = "1.89"
66
authors = ["Glen Baker <[email protected]>"]

0 commit comments

Comments
 (0)