Skip to content

Commit a8e977b

Browse files
committed
Bump version to 0.6.0
1 parent 6c36497 commit a8e977b

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

AUTHORS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Wei-Ning Huang <aitjcize@gmail.com>
55
Contributors
66
------------
77
Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
8+
belkka <ulianich_mihail@ukr.net>
89
Brian Foley <bpfoley@google.com>
910
ChangZhuo Chen (陳昌倬) <czchen@czchen.org>
1011
Chris Smith <cbsmith@gmail.com>
@@ -20,6 +21,4 @@ Matan Rosenberg <matan129@gmail.com>
2021
Reverend Homer <mk.43.ecko@gmail.com>
2122
Rui Chen <chenrui333@gmail.com>
2223
Simon Gene Gottlieb <simon@gottliebtfreitag.de>
23-
belkka <ulianich_mihail@ukr.net>
24-
glenvt18 <glenvt18@gmail.com>
25-
taiyu <taiyu.len@gmail.com>
24+
taiyu <taiyu.len@gmail.com>

ChangeLog

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

5+
cppman 0.6.0 (Dec 19th, 2025):
6+
7+
Features added:
8+
* Implement hybrid search strategy with smart std:: prefix matching
9+
* Show first match directly by default (no selection menu)
10+
* Move interactive selection menu to -f flag
11+
* Add pagination support to selection menu (20 items per page)
12+
* Navigation commands: 'n'/'next' and 'p'/'prev' for page navigation
13+
* Refactor version management to use single source of truth (__version__.py)
14+
* Add GitHub Actions workflow for automated releases to PyPI
15+
* Update documentation (help text and man page)
16+
517
cppman 0.5.9 (Apr 10th, 2025):
618

719
Features added:

dev/update_authors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
AUTHOR='AZ Huang <aitjcize@gmail.com>'
3+
AUTHOR='Wei-Ning Huang <aitjcize@gmail.com>'
44

55
cat << EOF > AUTHORS
66
Developers

0 commit comments

Comments
 (0)