We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa16f71 commit c2f0a54Copy full SHA for c2f0a54
HISTORY.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
## unreleased
6
7
+## 3.0.0 - 2023-08-27
8
+
9
* BREAKING
10
* Interface `\CycloneDX\Core\Spec\Spec` was removed from public API ([#344] via [#345])
11
This is only a breaking change if you custom-implemented this interface downstream; internal usage is non-breaking.
composer.json
@@ -78,7 +78,7 @@
78
},
79
"extra": {
80
"branch-alias": {
81
- "dev-master": "2.x-dev"
+ "dev-master": "3.x-dev"
82
83
"composer-normalize": {
84
"indent-size": 4,
semver.txt
@@ -1 +1 @@
1
-2.3.0
+3.0.0
0 commit comments