We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3331fcc commit b355e4cCopy full SHA for b355e4c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+### v1.0.2
4
+
5
+- add cPython 3.9 testing
6
+- add CodeQL static source testing
7
+- update fonttools dependency to v4.16.1
8
9
### v1.0.1
10
11
- refactor to achieve line lengths < 90
lib/ufolint/settings.py
@@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
major_version = "1"
minor_version = "0"
-patch_version = "1"
+patch_version = "2"
12
# Help String
0 commit comments