From 23285414eba0d6da3410dadf291c7b32834347c8 Mon Sep 17 00:00:00 2001 From: Hannes Giesenow Date: Tue, 5 Dec 2023 09:51:27 +0100 Subject: [PATCH] Version 6.0.4 --- ChangeLog.md | 7 +++++++ src/CLI/Application.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 63b822ed..4721b6a2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,13 @@ All notable changes in PHPCPD are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [6.0.4] - 2023-12-05 + +### Changed + +* Ignore PHP Attributes (see https://github.com/sebastianbergmann/phpcpd/pull/209) +* Added docker setup + ## [6.0.3] - 2020-12-07 ### Changed diff --git a/src/CLI/Application.php b/src/CLI/Application.php index 15b977cc..a9bda804 100644 --- a/src/CLI/Application.php +++ b/src/CLI/Application.php @@ -23,7 +23,7 @@ final class Application { - private const VERSION = '6.0.3'; + private const VERSION = '6.0.4'; public function run(array $argv): int {