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

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

[nongnu] elpa/annotate 02bc30d041 2/6: - increased version number and up


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 02bc30d041 2/6: - increased version number and updated NEWS.org.
Date: Tue, 22 Nov 2022 12:58:55 -0500 (EST)

branch: elpa/annotate
commit 02bc30d041934ce8d6092a7f80325e6e4a875f95
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - increased version number and 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 9f0f197e75..58de162c7b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+- 2022-10-20 v1.8.2 cage ::
+
+  This version fixed a crash that occurred when visiting an annotated
+  buffer using TRAMP.
+
 - 2022-10-20 v1.8.1 cage ::
 
   This version  fix the command  ~annotate-integrate-annotations~ that
diff --git a/annotate.el b/annotate.el
index 563d82511f..15e8746c83 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.8.1
+;; Version: 1.8.2
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.8.1"
+  :version "1.8.2"
   :group 'text)
 
 (defvar annotate-mode-map



reply via email to

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