Skip to content

Commit 019bf3d

Browse files
committed
v1.2.0
1 parent d5d2a9d commit 019bf3d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### v1.2.0
4+
5+
- add: validation for the presence of contents.plist file in UFO source directories
6+
- fix: refactored deprecated fontTools.ufoLib.UFOReader.formatVersion property to new formatVersionTuple
7+
- 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
8+
39
### v1.1.1
410

511
- 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

lib/ufolint/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Version Number
66
# ------------------------------------------------------------------------------
77
major_version = "1"
8-
minor_version = "1"
9-
patch_version = "1"
8+
minor_version = "2"
9+
patch_version = "0"
1010

1111
# ------------------------------------------------------------------------------
1212
# Help String

0 commit comments

Comments
 (0)