password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 8fa1be8cdff8f5278011616171d8095b8a46b287
parent 09cb7e1f7c85b0ed0d3c682fee833294050f2c3b
Author: Svend Sorensen <svend@ciffer.net>
Date:   Wed, 26 Jul 2017 20:53:18 -0700

emacs: Release version 1.0.0 of Emacs package

Diffstat:
Acontrib/emacs/CHANGELOG.md | 7+++++++
Mcontrib/emacs/password-store.el | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/emacs/CHANGELOG.md 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 @@ -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