Skip to content

Commit eff3617

Browse files
committed
v0.1.1
1 parent 553f2a0 commit eff3617

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.1
4+
5+
- refactor the approach to pull available table tags from fonts
6+
- remove unneecessary make targets
7+
38
## v0.1.0
49

510
- initial release

lib/fontsize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.1.0"
3+
version = __version__ = "0.1.1"

0 commit comments

Comments
 (0)