@@ -4,6 +4,15 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
44
55## <a name =" unreleased " ></a >Unreleased
66
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+
716## <a name =" v0.6.2 " ></a >v0.6.2 (2015-05-19)
817### Changed
918* [ #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/).
3746
3847## <a name =" v0.4.0 " ></a >v0.4.0 (2015-01-15)
3948### Added
40- * Source filtering, which greatly improves scanning a large code repository.
49+ * Source filtering, which greatly improves scanning a large code repository
4150
4251## <a name =" v0.3.0 " ></a >v0.3.0 (2015-01-14)
4352### Added
@@ -52,11 +61,11 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/).
5261* Support for building ` phar `
5362
5463#### 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
5766* Adding public/protected class methods should generate a MAJOR level.
5867* [ #10 ] Adding methods to an interface should generate a MAJOR
5968
6069## <a name =" v0.1.0 " ></a >v0.1.0 (2015-01-11)
6170
62- Initial release
71+ Initial release
0 commit comments