summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-08-25 22:19:57 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-08-25 22:19:57 +0200
commit8cf1238181d57504e68f42fa0d4ef66784b197a9 (patch)
treea519ec070be70d6e93abf36d9d0782029141183e
parentfbb46c3f2e0d08cea76a70542ae8d6cf8c966604 (diff)
Release version 0.4.3v0.4.3
-rw-r--r--CHANGELOG5
-rw-r--r--docs/transient.org4
-rw-r--r--docs/transient.texi4
-rw-r--r--lisp/transient.el2
4 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 838061c..134696e 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 b1146f9..1228f85 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 58e2deb..cd12259 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 55d85d1..d94a67a 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