From 12ea25ebf914b80415ee661f80c8edfcc4ecebbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Draho=C5=A1?= Date: Sat, 5 Aug 2017 09:02:49 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 13 +++++++++++++ phpqa | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea8baf3..69cbe815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/phpqa b/phpqa index 3ece07a7..b9619de4 100755 --- a/phpqa +++ b/phpqa @@ -1,7 +1,7 @@ #!/usr/bin/env php