Skip to content

Commit

Permalink
Bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aitjcize committed Jun 27, 2024
1 parent f3f51d6 commit 15e1c30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
cppman Changelog
------------------------------------------------------------------------------

cppman 0.5.7 (Jun 27th, 2024):

Bug fixed:
* cppreference.com: fix [static], [virtual]
* pager: propoerly fallback to less (#173)
* Properly escape regex string literals

cppman 0.5.6 (Mar 27th, 2023):

Bug fixed:
Expand Down
2 changes: 1 addition & 1 deletion bin/cppman
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ from cppman.environ import config
from cppman.util import update_mandb_path, update_man3_link

program_name = sys.argv[0]
program_version = '0.5.6'
program_version = '0.5.7'


def version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit 15e1c30

Please sign in to comment.