Skip to content

Commit

Permalink
Release version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Oct 23, 2016
1 parent 43506ac commit b7e311f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ Changelog
dev
---

* -

0.5 (2016-10-23)
----------------

* FEA: When the editor buffer is empty (i.e. all lines were deleted), the
command now asks the user whether he or she wants to reflect the changes
([#1](https://github.com/s3rvac/git-edit-index/issues/1)). This makes the
Expand Down
2 changes: 1 addition & 1 deletion git-edit-index
Expand Up @@ -51,7 +51,7 @@ except ImportError:
from builtins import input


__version__ = '0.5 (dev)'
__version__ = '0.5'


class Index(list):
Expand Down

0 comments on commit b7e311f

Please sign in to comment.