Skip to content

Commit eed22e7

Browse files
committed
Bump version to 0.3.0
1 parent bd18959 commit eed22e7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

ChangeLog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
cppman Changelog
33
------------------------------------------------------------------------------
44

5+
cppman 0.3.0 (November 15th, 2013):
6+
7+
Bug fixed:
8+
* Fix various formatting bug, issue #15, #17
9+
10+
Features added:
11+
* Update search index (index.db).
12+
* New DOM-based table parser, all table can be rendered correctly.
13+
* Automatically re-render when window is resized.
14+
* Better hyperlink support, implement our own page loader instead of
15+
using VIM's keyword program.
16+
* We can now jump between hyperlinks with mouse double-click
17+
518
cppman 0.2.7 (September 25th, 2013):
619

720
Bug fixed:
@@ -31,7 +44,7 @@ cppman 0.2.4 (June 05th, 2013):
3144
* New index crawler, much faster!
3245
* Update index.db
3346

34-
cppman 0.2.3 (February 13th, 2013):
47+
cppman 0.2.3 (February 13rd, 2013):
3548

3649
Features added:
3750
* More C++11 support

bin/cppman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from cppman.cppman import cppman
4040
from cppman.Environ import config, mandb_changed
4141

4242
program_name = sys.argv[0]
43-
program_version = '0.2.7'
43+
program_version = '0.3.0'
4444

4545
def version():
4646
sys.stderr.write(

setup.py

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

1212
setup(
1313
name = 'cppman',
14-
version = '0.2.7',
14+
version = '0.3.0',
1515
description = 'C++ man pages generater that generates C++ man pages'
1616
'from cplusplus.com',
1717
author = 'Wei-Ning Huang (AZ)',

0 commit comments

Comments
 (0)