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

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

[nongnu] elpa/annotate 145719fe7b 02/13: - increased version number;


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 145719fe7b 02/13: - increased version number;
Date: Fri, 16 Sep 2022 11:58:21 -0400 (EDT)

branch: elpa/annotate
commit 145719fe7b31ede66d656261103d829a0ed695af
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - increased version number;
    
    - updated NEWS.org.
---
 NEWS.org    | 5 +++++
 annotate.el | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index d13166088f..8e1635a28a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+- 2022-08-02 v1.7.2 cage ::
+
+  This version removed an error signalled when closing an annotated indirect 
buffer.
+  Thanks JuanManuelM!
+
 - 2022-08-02 v1.7.1 cage ::
 
   This version fix  a bug that prevented saving  some annotations when
diff --git a/annotate.el b/annotate.el
index 06fbba5a9f..97f00fc51a 100644
--- a/annotate.el
+++ b/annotate.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Bastian Bechtold <bastibe.dev@mailbox.org>, cage 
<cage-dev@twistfold.it>
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
-;; Version: 1.7.1
+;; Version: 1.7.2
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.7.1"
+  :version "1.7.2"
   :group 'text)
 
 (defvar annotate-mode-map



reply via email to

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