diff options
Diffstat (limited to 'contrib/emacs')
-rw-r--r-- | contrib/emacs/CHANGELOG.md | 7 | ||||
-rw-r--r-- | contrib/emacs/password-store.el | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md new file mode 100644 index 0000000..4c34f51 --- /dev/null +++ b/contrib/emacs/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 + +* (feature) Call `pass edit` so that changes get committed to git + +# 0.1 + +* Initial release diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index 1bdcc72..c80034d 100644 --- a/contrib/emacs/password-store.el +++ b/contrib/emacs/password-store.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014-2017 Svend Sorensen <svend@ciffer.net> ;; Author: Svend Sorensen <svend@ciffer.net> -;; Version: 0.1 +;; Version: 1.0.0 ;; Package-Requires: ((f "0.11.0") (s "1.9.0") (with-editor "2.5.11")) ;; Keywords: pass |