[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 8cf1238181 3/3: Release version 0.4.3
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 8cf1238181 3/3: Release version 0.4.3 |
Date: |
Fri, 25 Aug 2023 16:27:07 -0400 (EDT) |
branch: externals/transient
commit 8cf1238181d57504e68f42fa0d4ef66784b197a9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
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 838061c24a..134696e640 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 b1146f9142..1228f853a4 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 58e2debdd4..cd12259e2e 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 55d85d1351..d94a67ac19 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