File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 0.3
2+ -----------
3+
4+ * able to control the memroy size to be used
5+ thanks to Dannel Jurado
6+ * improved command line compatiblity to ctags
7+ thanks to Sander Marechal
8+ * bug fixes: #5 and #7
9+
110Version 0.2
211-----------
312
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ Acknowledgements
3939
4040* [ Snapi] ( https://github.com/sanpii ) for composer support.
4141* [ DeMarko] ( https://github.com/DeMarko ) for memory limit support.
42+ * [ Sander Marechal] ( https://github.com/sandermarechal ) for improve console support
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (file_exists($autoload = __DIR__ . '/vendor/autoload.php')) {
1313}
1414
1515$ version = <<<'EOF'
16- Version: 0.2
16+ Version: 0.3
1717
1818Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012 Techlive Zheng
1919Addresses: <techlivezheng@gmail.com>, https://github.com/techlivezheng/phpctags
You can’t perform that action at this time.
0 commit comments