Skip to content

Commit 49507c1

Browse files
committed
Bump version to 0.5.9
1 parent 44f972d commit 49507c1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

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

5+
cppman 0.5.9 (Apr 10th, 2025):
6+
7+
Features added:
8+
* Present users with a menu of keyword results in multiple hits
9+
* update index.db
10+
511
cppman 0.5.7 (Jun 27th, 2024):
612

713
Bug fixed:

bin/cppman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from cppman.environ import config
4242
from cppman.util import update_mandb_path, update_man3_link
4343

4444
program_name = sys.argv[0]
45-
program_version = '0.5.7'
45+
program_version = '0.5.9'
4646

4747

4848
def version():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name = 'cppman',
24-
version = '0.5.7',
24+
version = '0.5.9',
2525
description = 'C++ 98/11/14/17/20 manual pages for Linux/MacOS',
2626
author = 'Wei-Ning Huang (AZ)',
2727
author_email = '[email protected]',

0 commit comments

Comments
 (0)