Skip to content

Commit 68d9118

Browse files
committed
Inc version to 0.6.0
1 parent 653298d commit 68d9118

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.6.0 to 0.5.1
2+
--------------------
3+
1. Added a --diff_ignore_formulas flag.
4+
2. Breaking change in how cells with formulas are diffed: If cell1 has formula, cell2 doesn't mark them not equal (unless --diff_ignore_formulas is set, then we compare values instead).
5+
3. Better support for using excel_cmp with git diff.
6+
17
Version 0.5.1 to 0.5.0
28
--------------------
39
1. Added a --debug flag

cfg/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mainclass = com.ka.spreadsheet.diff.SpreadSheetDiffer
1818
test.mainclass = com.ka.spreadsheet.diff.SpreadSheetDifferSmokeTest
1919

2020
# Version
21-
full.version = 0.5.1
21+
full.version = 0.6.0
2222

2323
# Binaries
2424
binary_name = excel_cmp

0 commit comments

Comments
 (0)