diff --git a/CHANGELOG.md b/CHANGELOG.md index b173053..a2b377d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ ## Changelog +### v1.1.0 + +- new validation: confirm that all glif files are listed in contents.plist (#82) +- update fonttools dependency to v4.17.1 +- add Python 3.9 classifier in setup.py +- add pull request trigger for GitHub Actions CI testing + ### v1.0.3 - dependency update patch - bump fonttools to v4.17.0 +- bump pytz to v2020.4 ### v1.0.2 diff --git a/lib/ufolint/settings.py b/lib/ufolint/settings.py index 8cb19c6..738ec3c 100644 --- a/lib/ufolint/settings.py +++ b/lib/ufolint/settings.py @@ -5,8 +5,8 @@ # Version Number # ------------------------------------------------------------------------------ major_version = "1" -minor_version = "0" -patch_version = "3" +minor_version = "1" +patch_version = "0" # ------------------------------------------------------------------------------ # Help String