Skip to content

Commit

Permalink
prepare 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jun 30, 2015
1 parent 61d82cc commit 06e79f7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

## phpDox 0.?.? (?? ??? ????)

* No changes yet

## phpDox 0.8.1 (30 Jun 2015)

* Updated Dependency (PHPParser 1.3.0, PHP-Timer 1.0.6)
* Added new exit codes for issues with environment and config
* Explicitly handle (crasher) exceptions with a dedicated exit code

* Fix: Issue #230 (collector does not detect "static" modifier)
* Fix: Issue #232 (native "null" return type is parsed as "object")
* Fix: Issue #235 (paths for php-timer changed)
* Fix: Issue #225 (Error in GlobalConfig with hhvm)
* Fix: Issue #226 (vendor include at binary file)

## phpDox 0.8.0 (06 May 2015)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ User Installation
phpDox is shipping as a selfcontained executable phar archive. You can grab your copy from the
[releases](https://github.com/theseer/phpdox/releases/latest) section or directly here:

- [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)]
- [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)]

Installation is simple:

Expand Down
2 changes: 1 addition & 1 deletion phpdox
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (!$found) {

$factory = new TheSeer\phpDox\Factory(
new \TheSeer\phpDox\FileInfo(__DIR__),
new \TheSeer\phpDox\Version('0.8.1-dev')
new \TheSeer\phpDox\Version('0.8.2-dev')
);
exit($factory->getCLI()->run(
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])
Expand Down

0 comments on commit 06e79f7

Please sign in to comment.