File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/PHPSemVerChecker/Configuration Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
This project follows [ Semantic Versioning 2.0.0] ( http://semver.org/ ) .
4
4
5
5
## <a name =" unreleased " ></a >Unreleased
6
+ * Revert V059 level from PATCH to MAJOR
6
7
7
8
## <a name =" v0.12.1 " ></a >v0.12.1 (2018-02-08)
8
9
[ Full Changelog] ( https://github.com/tomzx/php-semver-checker-git/compare/v0.12.0...v0.12.1 )
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ V051 | ----- | *REMOVED*
143
143
V052 | PATCH | Trait public method implementation changed
144
144
V053 | PATCH | Trait protected method implementation changed
145
145
V054 | PATCH | Trait private method implementation changed
146
- V059 | PATCH | Trait private method parameter added
146
+ V059 | MAJOR | Trait private method parameter added
147
147
V064 | PATCH | Trait public method parameter name changed
148
148
V065 | PATCH | Trait protected method parameter name changed
149
149
V066 | PATCH | Trait private method parameter name changed
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class LevelMapping
67
67
'V056 ' => Level::MAJOR ,
68
68
'V057 ' => Level::MAJOR ,
69
69
'V058 ' => Level::MAJOR ,
70
- 'V059 ' => Level::PATCH ,
70
+ 'V059 ' => Level::MAJOR ,
71
71
'V060 ' => Level::PATCH ,
72
72
'V061 ' => Level::PATCH ,
73
73
'V062 ' => Level::PATCH ,
You can’t perform that action at this time.
0 commit comments