@@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.37] - 2026-03-04
11+
12+ ### Fixed
13+
14+ - ** MD013** : Resolve false positive for MkDocs 2-space list continuation
15+ indents when using ` semantic-line-breaks ` reflow mode. Continuation lines
16+ at the minimum indent were incorrectly flagged as needing reflow
17+ ([ #484 ] ( https://github.com/rvben/rumdl/issues/484 ) )
18+ - ** MD013** : Detect actual indent of text content for reflow output instead
19+ of trimming and re-indenting, which produced incorrect indentation for
20+ code blocks and nested structures
21+ - ** MD013** : Use correct indent threshold for code block detection, fixing
22+ cases where indented code blocks inside list items were incorrectly
23+ treated as text for reflow
24+ - ** MD028** : Make blank-line scanning functions skip-context-aware (HTML
25+ comments, frontmatter, code blocks) to prevent false positives on
26+ blockquote separators
27+ - ** MD050** : Resolve check/fix divergence for strong emphasis markers inside
28+ inline code in table cells
29+ - ** MD050** : Add line-level code span detection fallback for inline code
30+ markers in tables
31+ - ** MD051** : Handle escaped backticks correctly in ` mask_pipes_in_inline_code `
32+ for table cell parsing
33+ - ** MD051** : Preserve underscores in code spans during GitHub anchor
34+ generation
35+ - ** MD054** : Skip alert/callout syntax (e.g., ` [!NOTE] ` ) in shortcut link
36+ detection to avoid false positives
37+ - ** MD056** : Remove duplicate ` split_row_into_cells ` function, consolidate
38+ table cell parsing
39+ - ** Rules** : Correct CommonMark compliance and close audit gaps across
40+ multiple rules
41+
42+ ### Changed
43+
44+ - ** Dependencies** : Update all dependencies including major bumps:
45+ ` toml ` 0.9 → 1.0, ` toml_edit ` 0.24 → 0.25, ` jsonschema ` 0.37 → 0.44.
46+ Remove unused ` rand ` dev-dependency. ~ 80 crates updated to latest
47+ compatible versions
48+ - ** CI** : Update ryl-pre-commit to v0.4.0
49+
1050## [ 0.1.36] - 2026-03-02
1151
1252### Added
0 commit comments