@@ -4,6 +4,15 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
4
4
5
5
## <a name =" unreleased " ></a >Unreleased
6
6
7
+ ## <a name =" v0.6.3 " ></a >v0.6.3 (2015-06-18)
8
+ ### Changed
9
+ * Depend on symfony/console ~ 2.7 instead of 2.7.* @dev since it is now Symfony's LTS
10
+ * Update V018 and V021 level from MINOR to PATCH
11
+ * Update V059 level from PATCH to MAJOR
12
+
13
+ ### Fixed
14
+ * [ #62 ] PHP Notice for an Unknown operation
15
+
7
16
## <a name =" v0.6.2 " ></a >v0.6.2 (2015-05-19)
8
17
### Changed
9
18
* [ #60 ] [ V032] Adding an interface is now a MINOR increment (was a MAJOR increment)
@@ -37,7 +46,7 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
37
46
38
47
## <a name =" v0.4.0 " ></a >v0.4.0 (2015-01-15)
39
48
### Added
40
- * Source filtering, which greatly improves scanning a large code repository.
49
+ * Source filtering, which greatly improves scanning a large code repository
41
50
42
51
## <a name =" v0.3.0 " ></a >v0.3.0 (2015-01-14)
43
52
### Added
@@ -52,11 +61,11 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
52
61
* Support for building ` phar `
53
62
54
63
#### Rules
55
- * [ #7 ] Adding private class/trait methods should generated a PATCH level.
56
- * Adding/Removing traits public/protected method should generate a MAJOR level.
64
+ * [ #7 ] Adding private class/trait methods should generated a PATCH level
65
+ * Adding/Removing traits public/protected method should generate a MAJOR level
57
66
* Adding public/protected class methods should generate a MAJOR level.
58
67
* [ #10 ] Adding methods to an interface should generate a MAJOR
59
68
60
69
## <a name =" v0.1.0 " ></a >v0.1.0 (2015-01-11)
61
70
62
- Initial release
71
+ Initial release
0 commit comments