Skip to content

Commit 92b18c1

Browse files
authored
chore: prep v4.0.0 (#356)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8c3540a commit 92b18c1

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 4.0.0 - unreleased
5+
## 4.0.0 - 2023-03-31
66

77
Based on [OWASP Software Component Verification Standard for Software Bill of Materials](https://scvs.owasp.org/scvs/v2-software-bill-of-materials/)
88
(SCVS SBOM) criteria, this tool is now capable of producing SBOM documents almost passing Level-2 (only signing needs to be done externally).

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ The resulting SBOM documents follow [official specifications and standards](http
2020
and might have properties following [`cdx:composer` Namespace Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/composer.md)
2121
.
2222

23-
## !! ATTENTION - v4-dev state
24-
25-
The branch "master" is currently in the transition to next major version: v4.
26-
See the progress in the [milestone "v4"](https://github.com/CycloneDX/cyclonedx-php-composer/milestone/5)
27-
28-
Code of v3 is in branch "[3.x](https://github.com/CycloneDX/cyclonedx-php-composer/tree/3.x)"
29-
3023
## Requirements
3124

3225
* PHP `^8.1`

docs/dev/processes/major_version_switch.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ when a MAJOR release `n+1.0.0` is planned or happens:
88
to `n+1.x-dev`
99
on `master` branch.
1010
1. Create a branch `n.x` from `master`.
11-
1. Remove the `extra.branch-alias`
11+
1. Optional:
12+
Remove the `extra.branch-alias`
1213
in [`composer.json`](../../../composer.json)
1314
on `n.x` branch.
1415
1. Add branch `n.x` to "branch protection"

semver.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-RC2
1+
4.0.0

0 commit comments

Comments
 (0)