Skip to content

Commit 9504047

Browse files
committed
v0.3.0
1 parent e9babbb commit 9504047

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.0
4+
5+
- Add support for filtered diff output by top n lines with new `--head` option
6+
- Add support for filtered diff output by last n lines with new `--tail` option
7+
- Add new `fdiff.textiter` module
8+
- Add README.md table of contents
9+
310
## v0.2.0
411

512
- Added support for OpenType table include and exclude filters

lib/fdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
version = __version__ = "0.3.0.dev0"
4+
version = __version__ = "0.3.0"

0 commit comments

Comments
 (0)