Skip to content

Commit

Permalink
release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Aug 21, 2023
1 parent b933ac8 commit 7b3692c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.7
Add --show-no-spaces #173

2.0.6
Fix process exit code for non-file inputs #205
Make fullwidth characters take two columns #202
Expand Down
2 changes: 1 addition & 1 deletion icdiff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import unicodedata
import codecs
import fnmatch

__version__ = "2.0.6"
__version__ = "2.0.7"

# Exit code constants
EXIT_CODE_SUCCESS = 0
Expand Down

0 comments on commit 7b3692c

Please sign in to comment.