Skip to content

Commit 073ebf0

Browse files
committed
v1.1.1
1 parent 7c01a36 commit 073ebf0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v1.1.1
4+
5+
- fix: contents.plist Path object must be cast to a str to avoid fontTools ufoLib expectations, this addresses a ufoLib exception raised on contents.plist validation introduced in v1.1.0 release
6+
37
### v1.1.0
48

59
- new validation: confirm that all glif files are listed in contents.plist (#82)

lib/ufolint/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77
major_version = "1"
88
minor_version = "1"
9-
patch_version = "0"
9+
patch_version = "1"
1010

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

0 commit comments

Comments
 (0)