From 7d23d3ae30e73db521b8c344a0bc5c3b686bb2b3 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sun, 8 Dec 2024 04:53:06 +0000 Subject: [PATCH] prepare bugfix release 4.1.3 --- .changes/4.1.3.md | 8 ++++++++ .changes/unreleased/Fixed-20241207-093508.yaml | 3 --- CHANGELOG.md | 8 ++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .changes/4.1.3.md delete mode 100644 .changes/unreleased/Fixed-20241207-093508.yaml diff --git a/.changes/4.1.3.md b/.changes/4.1.3.md new file mode 100644 index 0000000..33c2d90 --- /dev/null +++ b/.changes/4.1.3.md @@ -0,0 +1,8 @@ + +## 4.1.3 - 2024-12-08 + +### Fixed + +- [#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distribution when `banner` is declared by an array of string + +**Full Changelog**: [4.1.2...4.1.3](https://github.com/llaville/box-manifest/compare/4.1.2...4.1.3) diff --git a/.changes/unreleased/Fixed-20241207-093508.yaml b/.changes/unreleased/Fixed-20241207-093508.yaml deleted file mode 100644 index 925d25a..0000000 --- a/.changes/unreleased/Fixed-20241207-093508.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '[#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distrib when banner is declared by an array of string' -time: 2024-12-07T09:35:08.759627867Z diff --git a/CHANGELOG.md b/CHANGELOG.md index d572b09..9e6f227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 4.1.3 - 2024-12-08 + +### Fixed + +- [#17](https://github.com/llaville/box-manifest/issues/17) : Cannot build a PHAR distribution when `banner` is declared by an array of string + +**Full Changelog**: [4.1.2...4.1.3](https://github.com/llaville/box-manifest/compare/4.1.2...4.1.3) + ## 4.1.2 - 2024-12-04 ### Fixed