From 4c6ac07f0304f9537493bd61ff3c99f892be038a Mon Sep 17 00:00:00 2001 From: ferraith Date: Sun, 29 Jul 2018 14:24:06 +0200 Subject: [PATCH] Added changes in 0.2.2 and 0.3.0 releases --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecaee3f..3cf2418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.0] - 2018-07-29 +### Changed +- Folder structure of project. +### Removed +- Filtering of root-level grammars. + +## [0.2.2] - 2018-07-25 +### Fixed +- Faulty detection of grammar rule as import statement. + ## [0.2.1] - 2018-06-15 ### Fixed - Faulty detection of import statements. @@ -14,6 +24,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Changed - Use package source directory as default output directory. -[Unreleased]: https://github.com/ferraith/setuptools-antlr/compare/0.2.1...HEAD +[Unreleased]: https://github.com/ferraith/setuptools-antlr/compare/0.3.0...HEAD +[0.3.0]: https://github.com/ferraith/setuptools-antlr/compare/0.2.2...0.3.0 +[0.2.2]: https://github.com/ferraith/setuptools-antlr/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/ferraith/setuptools-antlr/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/ferraith/setuptools-antlr/compare/0.1.2...0.2.0