Skip to content

Commit 15e1c30

Browse files
committed
Bump version to 0.5.7
1 parent f3f51d6 commit 15e1c30

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

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

5+
cppman 0.5.7 (Jun 27th, 2024):
6+
7+
Bug fixed:
8+
* cppreference.com: fix [static], [virtual]
9+
* pager: propoerly fallback to less (#173)
10+
* Properly escape regex string literals
11+
512
cppman 0.5.6 (Mar 27th, 2023):
613

714
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.6'
45+
program_version = '0.5.7'
4646

4747

4848
def version():

setup.py

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

1919
setup(
2020
name = 'cppman',
21-
version = '0.5.6',
21+
version = '0.5.7',
2222
description = 'C++ 98/11/14/17/20 manual pages for Linux/MacOS',
2323
author = 'Wei-Ning Huang (AZ)',
2424
author_email = '[email protected]',

0 commit comments

Comments
 (0)