Skip to content

Commit 65a414f

Browse files
committed
Update changelog for v0.6.6
1 parent ea03033 commit 65a414f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file. The format
88

99
---
1010

11+
## [0.6.6] - 2026-03-27
12+
13+
### Fixed
14+
15+
- **Duplicate chapter title in PDF**: Sub-chapters using h2–h6 in Markdown had their heading duplicated because the deduplication logic only matched h1 tags; now matches any heading level
16+
17+
---
18+
1119
## [0.6.5] - 2026-03-27
1220

1321
### Security

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var (
1515
// Version is overridden at build time via -ldflags.
16-
Version = "0.6.5"
16+
Version = "0.6.6"
1717
// BuildTime is overridden at build time via -ldflags.
1818
BuildTime = "unknown"
1919
// rootCmd is the root command for the mdpress application.

0 commit comments

Comments
 (0)