diff --git a/changelog b/changelog index 1a00fe5..3cdf3f4 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ -*-change-log-*- +0.2.1 February 15 2015 + * Add support for diffs that include file mode changes. + 0.2.0 February 2015 * Added support for binary diffs. Note this is a breaking change. Calls to fileDeltaHunks need to be replaced with calls to fileDeltaContent. diff --git a/diff-parse.cabal b/diff-parse.cabal index 6954664..5c4c983 100644 --- a/diff-parse.cabal +++ b/diff-parse.cabal @@ -1,5 +1,5 @@ Name: diff-parse -Version: 0.2.0 +Version: 0.2.1 Author: Gabe Mulley Maintainer: Gabe Mulley Category: Parsing