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 33This project follows [ Semantic Versioning 2.0.0] ( http://semver.org/ ) .
44
55## <a name =" unreleased " ></a >Unreleased
6+ * Revert V059 level from PATCH to MAJOR
67
78## <a name =" v0.12.1 " ></a >v0.12.1 (2018-02-08)
89[ 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*
143143V052 | PATCH | Trait public method implementation changed
144144V053 | PATCH | Trait protected method implementation changed
145145V054 | PATCH | Trait private method implementation changed
146- V059 | PATCH | Trait private method parameter added
146+ V059 | MAJOR | Trait private method parameter added
147147V064 | PATCH | Trait public method parameter name changed
148148V065 | PATCH | Trait protected method parameter name changed
149149V066 | PATCH | Trait private method parameter name changed
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class LevelMapping
6767 'V056 ' => Level::MAJOR ,
6868 'V057 ' => Level::MAJOR ,
6969 'V058 ' => Level::MAJOR ,
70- 'V059 ' => Level::PATCH ,
70+ 'V059 ' => Level::MAJOR ,
7171 'V060 ' => Level::PATCH ,
7272 'V061 ' => Level::PATCH ,
7373 'V062 ' => Level::PATCH ,
You can’t perform that action at this time.
0 commit comments