diff --git a/CHANGES.rst b/CHANGES.rst index 7403c69..badfaba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ CHANGES ======= +1.19.4 (2018-12-07) +------------------- + +- Fixed compatibility with Apple's git (bundled with Xcode) + + 1.19.3 (2018-11-27) ------------------- @@ -8,6 +14,10 @@ CHANGES - If git version (initialized or guessed) is less than 1.6.1, exception is raised - Properly read non-nul separated output of check-attr if git version is less than 1.8.5. See #65 +**Known Bugs:** + +- Does not work with Apple's git (bundled with Xcode). See #68 + 1.19.2 (2018-11-13) ------------------- diff --git a/git_archive_all.py b/git_archive_all.py index 9a3f3a1..8d454ec 100755 --- a/git_archive_all.py +++ b/git_archive_all.py @@ -32,7 +32,7 @@ import sys import re -__version__ = "1.19.3" +__version__ = "1.19.4" try: