From 30a9c4f0571fc5d6efe70bb5d9855d15f2a6f298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Hochd=C3=B6rfer?= Date: Sat, 13 Mar 2021 13:46:37 +0100 Subject: [PATCH] Update Changelog --- Changelog.md => CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) rename Changelog.md => CHANGELOG.md (61%) diff --git a/Changelog.md b/CHANGELOG.md similarity index 61% rename from Changelog.md rename to CHANGELOG.md index afba7f7..40e1736 100644 --- a/Changelog.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 0.7.0 + +### Added + +- [#80](https://github.com/bitExpert/phpstan-magento/pull/80) Update Composer dependencies +- [#79](https://github.com/bitExpert/phpstan-magento/pull/79) Bump phpstan/phpstan from 0.12.80 to 0.12.81 +- [#78](https://github.com/bitExpert/phpstan-magento/pull/78) Bump phpstan/phpstan-phpunit from 0.12.17 to 0.12.18 +- [#77](https://github.com/bitExpert/phpstan-magento/pull/77) Bump captainhook/captainhook from 5.4.4 to 5.4.5 +- [#76](https://github.com/bitExpert/phpstan-magento/pull/76) Bump captainhook/plugin-composer from 5.2.3 to 5.2.4 +- [#74](https://github.com/bitExpert/phpstan-magento/pull/74) Bump nette/neon from 3.2.1 to 3.2.2 +- [#67](https://github.com/bitExpert/phpstan-magento/pull/67) Add phpstan/phpstan-strict-rules +- [#64](https://github.com/bitExpert/phpstan-magento/pull/64) PHPStan extensions run on max +- [#63](https://github.com/bitExpert/phpstan-magento/pull/63) Bump magento/framework from 103.0.1 to 103.0.2 +- [#59](https://github.com/bitExpert/phpstan-magento/pull/59) Bump phpunit/phpunit from 9.5.1 to 9.5.2 + +### Deprecated + +- Nothing. + +### Removed + +- [#60](https://github.com/bitExpert/phpstan-magento/pull/60) Replace Phing with Composer scripts + +### Fixed + +- [#70](https://github.com/bitExpert/phpstan-magento/pull/70) Install matching lowest version of strict rules + ## 0.6.0 ### Added