Skip to content

Commit 9f47232

Browse files
jdtsmithcasouri
authored andcommitted
* vundo.el, README.TXT: Bump version, document release
1 parent d2de7b5 commit 9f47232

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ to run those tests interactively, or use the following batch command:
103103

104104
Changelog (full changelog in NEWS.txt):
105105

106-
<2023-12-08 Fri>: Version 2.5.0: vundo-diff introduced, supporting
107-
on-demand diff to parent or any marked node.
106+
<2023-12-17 Sun>: Version 2.2.0: vundo-diff introduced, supporting
107+
on-demand diff to parent or any marked node. Improved tree draw
108+
speed.
108109

109110
<2022-04-04 Mon>: Version 1.0.0
110111

vundo.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; vundo.el --- Visual undo tree -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
3+
;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
44
;;
55
;; Author: Yuan Fu <[email protected]>
66
;; Maintainer: Yuan Fu <[email protected]>
77
;; URL: https://github.com/casouri/vundo
8-
;; Version: 2.1.0
8+
;; Version: 2.2.0
99
;; Keywords: undo, text, editing
1010
;; Package-Requires: ((emacs "28.1"))
1111
;;

0 commit comments

Comments
 (0)