branch: elpa/annotate commit 99c45f553e7caef693506498d11e4b664b6f2946 Merge: f0a71bb148 b25fb1ccab Author: Bastian Bechtold <bast...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Merge pull request #67 from cage2/new-stable-version Increased version to 0.7.0. --- Changelog | 4 ++++ NEWS.org | 3 +++ annotate.el | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a1b485adc2..5b572e1e82 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2020-05-18 Bastian Bechtold, cage + * annotate.el + - Increased version to 0.7.0 for stable release + 2020-01-25 Bastian Bechtold, cage * annotate.el (defun annotate-annotation-force-newline-policy, diff --git a/NEWS.org b/NEWS.org index a40cb8cf55..9c9f82552a 100644 --- a/NEWS.org +++ b/NEWS.org @@ -111,3 +111,6 @@ Fixed bug that prevent annotation of text with complex faces definition. Thanks to the person who filed the issue (see: https://github.com/bastibe/annotate.el/pull/63) + +- 2020-05-18 V0.7.0 Bastian Bechtold, cage :: + Increased version to 0.7.0 for stable release diff --git a/annotate.el b/annotate.el index e3172ae7d7..e138fa924e 100644 --- a/annotate.el +++ b/annotate.el @@ -7,7 +7,7 @@ ;; Maintainer: Bastian Bechtold ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 -;; Version: 0.6.2 +;; Version: 0.7.0 ;; This file is NOT part of GNU Emacs. @@ -55,7 +55,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.6.2" + :version "0.7.0" :group 'text) ;;;###autoload