From 8fa1be8cdff8f5278011616171d8095b8a46b287 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 26 Jul 2017 20:53:18 -0700 Subject: emacs: Release version 1.0.0 of Emacs package --- contrib/emacs/CHANGELOG.md | 7 +++++++ contrib/emacs/password-store.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 contrib/emacs/CHANGELOG.md 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 ;; Author: Svend Sorensen -;; Version: 0.1 +;; Version: 1.0.0 ;; Package-Requires: ((f "0.11.0") (s "1.9.0") (with-editor "2.5.11")) ;; Keywords: pass -- cgit v1.2.3-59-g8ed1b