diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e275b6..b4c803a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## [unreleased] - +## [1.2.0] - 2018-12-30 * Added markdown as requirement +* Simplified Makefile ## [1.1.0] - 2018-07-14 diff --git a/Makefile b/Makefile index 851863a..d13994b 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,10 @@ all: lint test test: - pytest \ - --cov=gron \ - --cov-branch \ - --cov-report=term-missing + pytest lint: - flake8 gron + flake8 #docs: # $(MAKE) -C docs html