Skip to content

Commit 586c3b4

Browse files
committed
Changelog
1 parent ac01e47 commit 586c3b4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# Changelog
33

4+
## v1.14.0
5+
6+
* **Optional tools**
7+
* [#80](https://github.com/EdgedesignCZ/phpqa/issues/85) vimeo/psalm (stable)
8+
* [#88](https://github.com/EdgedesignCZ/phpqa/issues/88) Allow using custom binary (e.g. `phpunit.binary`)
9+
* show [skipped tools in summary](https://travis-ci.org/EdgedesignCZ/phpqa/jobs/278929601#L417)
10+
* refactoring printing versions in `phpqa tools`
11+
* **`phpunit.config` BC** - `phpunit.config` is relative to `.phpqa.yml`, previously it was relative to `cwd`
12+
* [#91](https://github.com/EdgedesignCZ/phpqa/pull/91) Docker support ([zdenekdrahos/phpqa](https://hub.docker.com/r/zdenekdrahos/phpqa/))
13+
414
## v1.13.0
515

616
* **Optional tools**

phpqa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('PHPQA_VERSION', '1.13.0');
4+
define('PHPQA_VERSION', '1.14.0');
55

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

0 commit comments

Comments
 (0)