Skip to content

Commit b1c5732

Browse files
committed
v1.1.0
1 parent f0f18d8 commit b1c5732

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
### v1.1.0
4+
5+
- new validation: confirm that all glif files are listed in contents.plist (#82)
6+
- update fonttools dependency to v4.17.1
7+
- add Python 3.9 classifier in setup.py
8+
- add pull request trigger for GitHub Actions CI testing
9+
310
### v1.0.3
411

512
- dependency update patch
613
- bump fonttools to v4.17.0
14+
- bump pytz to v2020.4
715

816
### v1.0.2
917

lib/ufolint/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Version Number
66
# ------------------------------------------------------------------------------
77
major_version = "1"
8-
minor_version = "0"
9-
patch_version = "3"
8+
minor_version = "1"
9+
patch_version = "0"
1010

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

0 commit comments

Comments
 (0)