From c219de0c8bb1f78bc9c9362563298053a25bc0bc Mon Sep 17 00:00:00 2001 From: Laminas Bot Date: Sun, 25 Oct 2020 07:22:09 +0000 Subject: [PATCH 1/3] Bumps changelog version to 2.1.3 Updates the CHANGELOG.md file to add a changelog entry for a new 2.1.3 version. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142c06d..5cfd371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.1.3 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 2.1.2 - 2020-10-25 From 7ed89a93ccff3199ae8a59f0dabc3dbcf35243e8 Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Sun, 25 Oct 2020 13:28:32 +0100 Subject: [PATCH 2/3] fix: remove double referenced rule Signed-off-by: Geert Eltink --- src/LaminasCodingStandard/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaminasCodingStandard/ruleset.xml b/src/LaminasCodingStandard/ruleset.xml index 05939e1..d4411e5 100644 --- a/src/LaminasCodingStandard/ruleset.xml +++ b/src/LaminasCodingStandard/ruleset.xml @@ -797,6 +797,7 @@ + @@ -808,7 +809,6 @@ - From 83b85a4075830553ba4ceca2c21d910f7c683cc8 Mon Sep 17 00:00:00 2001 From: Laminas Bot Date: Sun, 25 Oct 2020 12:51:34 +0000 Subject: [PATCH 3/3] 2.1.3 readiness Updates the CHANGELOG.md to set the release date. --- CHANGELOG.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfd371..d9df5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,24 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.1.3 - TBD +## 2.1.3 - 2020-10-25 -### Added - -- Nothing. - -### Changed -- Nothing. +----- -### Deprecated +### Release Notes for [2.1.3](https://github.com/laminas/laminas-coding-standard/milestone/8) -- Nothing. +2.1.x bugfix release (patch) -### Removed +### 2.1.3 -- Nothing. +- Total issues resolved: **0** +- Total pull requests resolved: **1** +- Total contributors: **1** -### Fixed +#### Bug -- Nothing. + - [52: Remove double referenced rule](https://github.com/laminas/laminas-coding-standard/pull/52) thanks to @geerteltink ## 2.1.2 - 2020-10-25