From 019bf3d175cd09498e226e4d7a24ba7de270e859 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 8 Dec 2020 15:26:09 -0500 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 6 ++++++ lib/ufolint/settings.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b16770..ed755a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +### v1.2.0 + +- add: validation for the presence of contents.plist file in UFO source directories +- fix: refactored deprecated fontTools.ufoLib.UFOReader.formatVersion property to new formatVersionTuple +- updated fontTools to v4.18.0 and required 4.18.0+ in this project to support the new contents.plist validation that was added in this release + ### v1.1.1 - fix: contents.plist Path object must be cast to a str to address fontTools ufoLib expectations, this addresses a ufoLib exception raised on contents.plist validation introduced in v1.1.0 release diff --git a/lib/ufolint/settings.py b/lib/ufolint/settings.py index 3cce9a7..32db28b 100644 --- a/lib/ufolint/settings.py +++ b/lib/ufolint/settings.py @@ -5,8 +5,8 @@ # Version Number # ------------------------------------------------------------------------------ major_version = "1" -minor_version = "1" -patch_version = "1" +minor_version = "2" +patch_version = "0" # ------------------------------------------------------------------------------ # Help String