From b1c5732a522a5a06783796417f69723c141af5fb Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 21 Nov 2020 15:23:58 -0500 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 8 ++++++++ lib/ufolint/settings.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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