From 8cf1238181d57504e68f42fa0d4ef66784b197a9 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 25 Aug 2023 22:19:57 +0200 Subject: [PATCH] Release version 0.4.3 --- CHANGELOG | 5 +++++ docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 838061c2..134696e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ # -*- mode: org -*- +* v0.4.3 2023-08-25 + +- Added a second implementation of ~transient--wrap-command~, taking + advantage of improvements in Emacs 30. + * v0.4.2 2023-08-25 - Infix commands are only useful when invoked from a transient prefix diff --git a/docs/transient.org b/docs/transient.org index b1146f91..1228f853 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs misc features #+texinfo_dir_title: Transient: (transient). #+texinfo_dir_desc: Transient Commands -#+subtitle: for version 0.4.2 +#+subtitle: for version 0.4.3 #+setupfile: .orgconfig @@ -40,7 +40,7 @@ https://github.com/positron-solutions/transient-showcase. #+end_quote #+texinfo: @noindent -This manual is for Transient version 0.4.2. +This manual is for Transient version 0.4.3. #+texinfo: @insertcopying :END: diff --git a/docs/transient.texi b/docs/transient.texi index 58e2debd..cd12259e 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.4.2 +@subtitle for version 0.4.3 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -74,7 +74,7 @@ that hurdle is Psionic K's interactive tutorial, available at @end quotation @noindent -This manual is for Transient version 0.4.2. +This manual is for Transient version 0.4.3. @insertcopying @end ifnottex diff --git a/lisp/transient.el b/lisp/transient.el index 55d85d13..d94a67ac 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.4.2 +;; Package-Version: 0.4.3 ;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1")) ;; SPDX-License-Identifier: GPL-3.0-or-later