Skip to content

Commit df3e956

Browse files
committed
Release 0.2.0
1 parent b4b1b63 commit df3e956

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-*-change-log-*-
2+
3+
0.2.0 February 2015
4+
* Added support for binary diffs. Note this is a breaking change. Calls to fileDeltaHunks need to be replaced with calls to fileDeltaContent.
5+
6+
0.1.2 Initial release

diff-parse.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: diff-parse
2-
Version: 0.1.2
2+
Version: 0.2.0
33
Author: Gabe Mulley <gabe@edx.org>
44
Maintainer: Gabe Mulley <gabe@edx.org>
55
Category: Parsing
@@ -9,6 +9,7 @@ Synopsis: A parser for diff file formats
99
Description: Parse output produced by git diff.
1010
Cabal-Version: >= 1.18
1111
Build-Type: Simple
12+
Extra-Source-Files: changelog
1213

1314
Library
1415
Default-Language: Haskell2010

0 commit comments

Comments
 (0)