Skip to content

Commit 9443bab

Browse files
committed
v0.2.0
1 parent ef76872 commit 9443bab

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.0
4+
5+
- add `--keep-cvt` option to keep original cvt table
6+
- add `--keep-fpgm` option to keep original fpgm table
7+
- add `--keep-gasp` option to keep original gasp table
8+
- add `--keep-glyf` option to keep original glyf table
9+
- add `--keep-hdmx` option to keep original hdmx table
10+
- add `--keep-head` option to keep original head table
11+
- add `--keep-ltsh` option to keep original LTSH table
12+
- add `--keep-maxp` option to keep original maxp table
13+
- add `--keep-prep` option to keep original prep table
14+
- add `--keep-ttfa` option to keep original TTFA table
15+
316
## v0.1.0
417

518
- initial beta release

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "0.2.0.dev0"
15+
version = __version__ = "0.2.0"

0 commit comments

Comments
 (0)