From 961ffb41abdddc55126cf128ee906ab8cfab5fb3 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Thu, 18 Aug 2022 21:45:27 +0100 Subject: [PATCH 1/2] Update Application.php --- src/Console/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Application.php b/src/Console/Application.php index 5ac5e1c..39826bd 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -14,7 +14,7 @@ class Application extends BaseApplication { - public const VERSION = '2.5.0'; + public const VERSION = '3.0.1'; private const NAME = 'phpmnd'; private Container $container; From 90507fd7891b536f4f44c53632dbc4e91c00da76 Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Thu, 18 Aug 2022 22:01:08 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 281f370..86c39c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v3.0.1] +- Fix version number + +## [v3.0.0] +- Support symfony 6 +- PHP 8.1 support +- Remove --non-zero-exit-on-violation option +- Drop php <7.4 support, symfony <4.4, add php 8.1 to pipeline + ## [v2.5.0] - 2021-12-13 - Update php-parallel-lint/php-console-highlighter to get rid of abandoned dependency - Run PHPMND against codebase