Skip to content

Commit c2f0a54

Browse files
committedAug 27, 2023
chore: prep v3.0.0
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent aa16f71 commit c2f0a54

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎HISTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
## 3.0.0 - 2023-08-27
8+
79
* BREAKING
810
* Interface `\CycloneDX\Core\Spec\Spec` was removed from public API ([#344] via [#345])
911
This is only a breaking change if you custom-implemented this interface downstream; internal usage is non-breaking.

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"extra": {
8080
"branch-alias": {
81-
"dev-master": "2.x-dev"
81+
"dev-master": "3.x-dev"
8282
},
8383
"composer-normalize": {
8484
"indent-size": 4,

‎semver.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
3.0.0

0 commit comments

Comments
 (0)