Skip to content

Commit 06e79f7

Browse files
committed
prepare 0.8.1 release
1 parent 61d82cc commit 06e79f7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
## phpDox 0.?.? (?? ??? ????)
44

5+
* No changes yet
6+
7+
## phpDox 0.8.1 (30 Jun 2015)
8+
9+
* Updated Dependency (PHPParser 1.3.0, PHP-Timer 1.0.6)
510
* Added new exit codes for issues with environment and config
611
* Explicitly handle (crasher) exceptions with a dedicated exit code
7-
12+
* Fix: Issue #230 (collector does not detect "static" modifier)
13+
* Fix: Issue #232 (native "null" return type is parsed as "object")
14+
* Fix: Issue #235 (paths for php-timer changed)
15+
* Fix: Issue #225 (Error in GlobalConfig with hhvm)
16+
* Fix: Issue #226 (vendor include at binary file)
817

918
## phpDox 0.8.0 (06 May 2015)
1019

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ User Installation
2727
phpDox is shipping as a selfcontained executable phar archive. You can grab your copy from the
2828
[releases](https://github.com/theseer/phpdox/releases/latest) section or directly here:
2929

30-
- [Release 0.8.0](https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.0.phar) [734k - [gpg](https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.0.phar.asc)]
30+
- [Release 0.8.1](https://github.com/theseer/phpdox/releases/download/0.8.1/phpdox-0.8.1.phar) [734k - [gpg](https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.1.phar.asc)]
3131

3232
Installation is simple:
3333

phpdox

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (!$found) {
6161

6262
$factory = new TheSeer\phpDox\Factory(
6363
new \TheSeer\phpDox\FileInfo(__DIR__),
64-
new \TheSeer\phpDox\Version('0.8.1-dev')
64+
new \TheSeer\phpDox\Version('0.8.2-dev')
6565
);
6666
exit($factory->getCLI()->run(
6767
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])

0 commit comments

Comments
 (0)