Skip to content

Commit 86a55fe

Browse files
committed
Bump version to 0.6.1
1 parent bad7bef commit 86a55fe

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
cppman Changelog
33
------------------------------------------------------------------------------
44

5+
cppman 0.6.1 (Jun 7th, 2026):
6+
7+
Bug fixed:
8+
* pager: use less -R to render ANSI escape sequences
9+
* pager: replace col with sed/expand for musl compatibility
10+
* util: create ~/.manpath when missing so `cppman -m true` works
11+
on a fresh system
12+
* cppman: add 'mansystem' pager option ($MANPAGER)
13+
* cppman: clarify --rebuild-index help text (rebuilds both sources)
14+
515
cppman 0.6.0 (Dec 19th, 2025):
616

717
Features added:

cppman/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)