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 e9babbb commit 9504047Copy full SHA for 9504047
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v0.2.0
11
12
- Added support for OpenType table include and exclude filters
lib/fdiff/__init__.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-version = __version__ = "0.3.0.dev0"
+version = __version__ = "0.3.0"
0 commit comments