From 5a1721a39486a1eca40114cd19a40cd0a84c2221 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 13 Oct 2023 09:31:58 +0000 Subject: [PATCH] prepare bugfix release 3.5.1 --- .changes/3.5.1.md | 15 ++++ .../unreleased/Changed-20231012-075340.yaml | 3 - .../unreleased/Changed-20231013-080842.yaml | 3 - .../unreleased/Fixed-20231012-081758.yaml | 3 - CHANGELOG.md | 72 ++++--------------- 5 files changed, 30 insertions(+), 66 deletions(-) create mode 100644 .changes/3.5.1.md delete mode 100644 .changes/unreleased/Changed-20231012-075340.yaml delete mode 100644 .changes/unreleased/Changed-20231013-080842.yaml delete mode 100644 .changes/unreleased/Fixed-20231012-081758.yaml diff --git a/.changes/3.5.1.md b/.changes/3.5.1.md new file mode 100644 index 0000000..8d2a03e --- /dev/null +++ b/.changes/3.5.1.md @@ -0,0 +1,15 @@ + +## 3.5.1 - 2023-10-13 + +IMPORTANT: This bugfix release mark the latest version that will support BOX v4 and development is stopped ! + +### Changed + +- update `humbug/box` constraint to restrict BOX v4 support to 4.3.x +- use latest SBOM spec version (1.5) on `manifest:build` command + +### Fixed + +- #10: `box:validate` command support now the recommendation color style formatter + +**Full Changelog**: [3.5.0...3.5.1](https://github.com/llaville/box-manifest/compare/3.5.0...3.5.1) diff --git a/.changes/unreleased/Changed-20231012-075340.yaml b/.changes/unreleased/Changed-20231012-075340.yaml deleted file mode 100644 index fe35b50..0000000 --- a/.changes/unreleased/Changed-20231012-075340.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: update humbug/box constraint to restrict BOX v4 support -time: 2023-10-12T07:53:40.506808299Z diff --git a/.changes/unreleased/Changed-20231013-080842.yaml b/.changes/unreleased/Changed-20231013-080842.yaml deleted file mode 100644 index f5537b4..0000000 --- a/.changes/unreleased/Changed-20231013-080842.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: use latest SBOM spec version (1.5) on manifest:build command -time: 2023-10-13T08:08:42.999665756Z diff --git a/.changes/unreleased/Fixed-20231012-081758.yaml b/.changes/unreleased/Fixed-20231012-081758.yaml deleted file mode 100644 index e74df57..0000000 --- a/.changes/unreleased/Fixed-20231012-081758.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: '#10: box:validate command support now the recommendation color style formatter' -time: 2023-10-12T08:17:58.502409574Z diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c2aab..027be06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 3.5.1 - 2023-10-13 + +IMPORTANT: This bugfix release mark the latest version that will support BOX v4 and development is stopped ! + +### Changed + +- update `humbug/box` constraint to restrict BOX v4 support to 4.3.x +- use latest SBOM spec version (1.5) on `manifest:build` command + +### Fixed + +- #10: `box:validate` command support now the recommendation color style formatter + +**Full Changelog**: [3.5.0...3.5.1](https://github.com/llaville/box-manifest/compare/3.5.0...3.5.1) + ## 3.5.0 - 2023-04-16 **CAUTION** : if you want to use the new `PostInstallStrategy`, please read first. @@ -142,60 +157,3 @@ Don't forget to read the documentation and its tutorial that will guide you to c - org.opencontainers.image.version label is generated by docker workflow now (avoid hard-coding and outdated version number) **Full Changelog**: [2.3.1...3.0.0](https://github.com/llaville/box-manifest/compare/2.3.1...3.0.0) - -## 2.3.1 - 2023-03-08 - -### Changed - -- update humbug/box composer constraint to avoid installation of Box 4.3.x not yet supported - -**Full Changelog**: [2.3.0...2.3.1](https://github.com/llaville/box-manifest/compare/2.3.0...2.3.1) - -## 2.3.0 - 2023-02-17 - -### Added - -- PHPUnit 10 support : phpunit.xml.dist configuration migration - -### Fixed - -- [#4](https://github.com/llaville/box-manifest/issues/4) : Prevent error when Composer installation does not exists -- [#5](https://github.com/llaville/box-manifest/issues/5) : Prevent Fatal error when root package installed as none version published - -**Full Changelog**: [2.2.1...2.3.0](https://github.com/llaville/box-manifest/compare/2.2.1...2.3.0) - -## 2.2.1 - 2023-01-14 - -### Fixed - -- regression with previous version 2.2.0 when dependency version have an alias - -**Full Changelog**: [2.2.0...2.2.1](https://github.com/llaville/box-manifest/compare/2.2.0...2.2.1) - -## 2.2.0 - 2023-01-14 - -### Changed - -- When package version is a branch alias, print branch name with commit reference for SimpleText in same way as DecorateText manifest builder - -### Fixed - -- update in the Getting Started guide the docker run syntax - -**Full Changelog**: [2.1.0...2.2.0](https://github.com/llaville/box-manifest/compare/2.1.0...2.2.0) - -## 2.1.0 - 2022-11-28 - -### Added - -- [#3](https://github.com/llaville/box-manifest/issues/3) : New Composer manifest builder to highlight dependencies constraints and versions - -**Full Changelog**: [2.0.0...2.1.0](https://github.com/llaville/box-manifest/compare/2.0.0...2.1.0) - -## 2.0.0 - 2022-11-24 - -### Added - -- [#2](https://github.com/llaville/box-manifest/issues/2) : Add support to BOX v4 - -**Full Changelog**: [1.2.0...2.0.0](https://github.com/llaville/box-manifest/compare/1.2.0...2.0.0)