File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
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
+
3
10
### v1.0.3
4
11
5
12
- dependency update patch
6
13
- bump fonttools to v4.17.0
14
+ - bump pytz to v2020.4
7
15
8
16
### v1.0.2
9
17
Original file line number Diff line number Diff line change 5
5
# Version Number
6
6
# ------------------------------------------------------------------------------
7
7
major_version = "1"
8
- minor_version = "0 "
9
- patch_version = "3 "
8
+ minor_version = "1 "
9
+ patch_version = "0 "
10
10
11
11
# ------------------------------------------------------------------------------
12
12
# Help String
You can’t perform that action at this time.
0 commit comments