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 553f2a0 commit eff3617Copy full SHA for eff3617
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+- refactor the approach to pull available table tags from fonts
6
+- remove unneecessary make targets
7
8
## v0.1.0
9
10
- initial release
lib/fontsize/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "0.1.0"
+version = __version__ = "0.1.1"
0 commit comments