Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 10, 2017
1 parent 3227212 commit 6a588c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

# Changelog

## v1.12.0

* **Optional tools**
* [#60](https://github.com/EdgedesignCZ/phpqa/pull/60) php-cs-fixer (stable)
* [#68](https://github.com/EdgedesignCZ/phpqa/pull/68) Support phpstan v0.7
* [#65](https://github.com/EdgedesignCZ/phpqa/pull/65) Support phpcs v3.X
* [#61](https://github.com/EdgedesignCZ/phpqa/pull/61) Support Robo v1.X
* [#58](https://github.com/EdgedesignCZ/phpqa/pull/58) Support Twig 2
* _Internal changes_
* [#50](https://github.com/EdgedesignCZ/phpqa/pull/55), [#62](https://github.com/EdgedesignCZ/phpqa/pull/62) Optimize speed on Travis (Precise + HHVM on Trusty)

## v1.11.0

* [#54](https://github.com/EdgedesignCZ/phpqa/pull/54) Advanced phpcs configuration
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.11.0');
define('PHPQA_VERSION', '1.12.0');

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

0 comments on commit 6a588c2

Please sign in to comment.