emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate b25fb1ccab 224/372: - Increased version to 0.7.0.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate b25fb1ccab 224/372: - Increased version to 0.7.0.
Date: Fri, 4 Feb 2022 16:59:02 -0500 (EST)

branch: elpa/annotate
commit b25fb1ccabe34903cdfceb5458bd8f24561a1d6b
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]