diff options
author | Svend Sorensen <svend@ciffer.net> | 2017-07-26 20:53:18 -0700 |
---|---|---|
committer | Svend Sorensen <svend@ciffer.net> | 2017-07-26 20:54:50 -0700 |
commit | 8fa1be8cdff8f5278011616171d8095b8a46b287 (patch) | |
tree | 0cb781b2d82d3f97eca086903166d47cbad6856e | |
parent | 09cb7e1f7c85b0ed0d3c682fee833294050f2c3b (diff) | |
download | pass-8fa1be8cdff8f5278011616171d8095b8a46b287.tar.gz pass-8fa1be8cdff8f5278011616171d8095b8a46b287.tar.bz2 pass-8fa1be8cdff8f5278011616171d8095b8a46b287.zip |
emacs: Release version 1.0.0 of Emacs package
Diffstat (limited to '')
-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 |