Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 8, 2020
1 parent d5d2a9d commit 019bf3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/ufolint/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Version Number
# ------------------------------------------------------------------------------
major_version = "1"
minor_version = "1"
patch_version = "1"
minor_version = "2"
patch_version = "0"

# ------------------------------------------------------------------------------
# Help String
Expand Down

0 comments on commit 019bf3d

Please sign in to comment.