From 19191922bde9a4dbad40eeb31f7dfdd187a5c85a Mon Sep 17 00:00:00 2001 From: Matthias Glaub Date: Wed, 9 Jun 2021 11:44:32 +0000 Subject: [PATCH 1/3] Bumps changelog version to 3.3.1 Updates the CHANGELOG.md file to add a changelog entry for a new 3.3.1 version. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a6a670..b335aad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.3.1 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 3.3.0 - 2021-06-09 From 80c507430facbb7c3c1e328a445c0c85c86fd512 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 8 Nov 2021 09:22:45 +0100 Subject: [PATCH 2/3] For unix-y phar file, always use unix-y line endings When being built under systems having different PHP_EOL than \r, a phar will be built not working _usually_ under unix-alike system. Fixes https://github.com/maglnet/ComposerRequireChecker/issues/281 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 63784222..538dca27 100644 --- a/build.xml +++ b/build.xml @@ -57,7 +57,7 @@ - + Date: Mon, 8 Nov 2021 09:54:45 +0000 Subject: [PATCH 3/3] 3.3.1 readiness Updates the CHANGELOG.md to set the release date. --- CHANGELOG.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b335aad9..15a5ba93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,27 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 3.3.1 - TBD +## 3.3.1 - 2021-11-08 -### Added - -- Nothing. - -### Changed -- Nothing. +----- -### Deprecated +### Release Notes for [3.3.1](https://github.com/maglnet/ComposerRequireChecker/milestone/17) -- Nothing. +3.3.x bugfix release (patch) -### Removed +### 3.3.1 -- Nothing. +- Total issues resolved: **1** +- Total pull requests resolved: **1** +- Total contributors: **2** -### Fixed +#### bug -- Nothing. + - [310: For unix-y phar file, always use unix-y line endings](https://github.com/maglnet/ComposerRequireChecker/pull/310) thanks to @mfn + - [281: PHAR 3.3.0 has \r char that breaks tool under Linux](https://github.com/maglnet/ComposerRequireChecker/issues/281) thanks to @Slamdunk ## 3.3.0 - 2021-06-09