Skip to content

Commit b4d1f13

Browse files
committed
Merge branch 'release/0.3' into develop
2 parents 98cbb5e + a840249 commit b4d1f13

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
Version 0.2
211
-----------
312

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

phpctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012 Techlive Zheng
1919
Addresses: <techlivezheng@gmail.com>, https://github.com/techlivezheng/phpctags

0 commit comments

Comments
 (0)