Skip to content

Commit

Permalink
prepare bugfix release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 13, 2023
1 parent 99c56ba commit 5a1721a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 66 deletions.
15 changes: 15 additions & 0 deletions .changes/3.5.1.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20231012-075340.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20231013-080842.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20231012-081758.yaml

This file was deleted.

72 changes: 15 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/composer/composer/discussions/11430> first.
Expand Down Expand Up @@ -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)

0 comments on commit 5a1721a

Please sign in to comment.