Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Aug 5, 2017
1 parent 2437e55 commit 12ea25e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

# Changelog

## v1.13.0

* **Optional tools**
* [#80](https://github.com/EdgedesignCZ/phpqa/pull/80) phpunit (experimental)
* [#72](https://github.com/EdgedesignCZ/phpqa/pull/72) Support phploc v4.X (drop `--progress` option)
* [#74](https://github.com/EdgedesignCZ/phpqa/pull/74) Support phpmetrics v1 configuration, evaluate exit code
* [#83](https://github.com/EdgedesignCZ/phpqa/pull/83) Make php extensions configurable in `.phpqa.yml`
* _Bugfixes_
* [#75](https://github.com/EdgedesignCZ/phpqa/issues/75) Fix ignoring phpmd/pdepend directories on Windows
* [#76](https://github.com/EdgedesignCZ/phpqa/issues/76) Fix escaping binary path
* [#77](https://github.com/EdgedesignCZ/phpqa/issues/77) Don't use default 60s timeout is non-parallel execution
* [#79](https://github.com/EdgedesignCZ/phpqa/pull/79) Fix typo in docker example in Readme

## v1.12.1

* [#69](https://github.com/EdgedesignCZ/phpqa/issues/69) Composer - fix version constrains (robo, twig), add php-cs-fixer to suggested tools
Expand Down
2 changes: 1 addition & 1 deletion phpqa
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

define('PHPQA_VERSION', '1.12.1');
define('PHPQA_VERSION', '1.13.0');

if (file_exists(__DIR__ . '/vendor/autoload.php')) {
define('COMPOSER_VENDOR_DIR', __DIR__ . "/vendor/");
Expand Down

0 comments on commit 12ea25e

Please sign in to comment.