branch: externals/transient
commit 2d6fae0ca232c2423facbbbf8ece18c856e7d31d
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Release version 0.7.2
---
 CHANGELOG           | 9 +++++++++
 docs/transient.org  | 4 ++--
 docs/transient.texi | 4 ++--
 lisp/transient.el   | 2 +-
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 4fa6b6dc59..e8e117848f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
 # -*- mode: org -*-
+* v0.7.2    2024-06-24
+
+- Added support for adding suffixes that activate value presets.  #183
+
+Bug fix:
+
+- Restored the ability to individually set infix arguments if the
+  prefix's ~refresh-suffixes~ slot is non-nil.  8db5f0fd
+
 * v0.7.1    2024-06-19
 
 - Added a workaround for ~emoji.el~ from Emacs 29.1 calling an internal
diff --git a/docs/transient.org b/docs/transient.org
index d147c69a89..83bf8d68e8 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.7.1
+#+subtitle: for version 0.7.2
 
 #+setupfile: .orgconfig
 
@@ -20,7 +20,7 @@ resource to get over that hurdle is Psionic K's interactive 
tutorial,
 available at https://github.com/positron-solutions/transient-showcase.
 
 #+texinfo: @noindent
-This manual is for Transient version 0.7.1.
+This manual is for Transient version 0.7.2.
 
 #+texinfo: @insertcopying
 :END:
diff --git a/docs/transient.texi b/docs/transient.texi
index 62d15b8dd5..b6254aa5b0 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.7.1
+@subtitle for version 0.7.2
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive 
tutorial,
 available at @uref{https://github.com/positron-solutions/transient-showcase}.
 
 @noindent
-This manual is for Transient version 0.7.1.
+This manual is for Transient version 0.7.2.
 
 @insertcopying
 @end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index 066f2f4ecb..f26bd76d01 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,7 +6,7 @@
 ;; Homepage: https://github.com/magit/transient
 ;; Keywords: extensions
 
-;; Package-Version: 0.7.1
+;; Package-Version: 0.7.2
 ;; Package-Requires: ((emacs "26.1") (compat "29.1.4.5") (seq "2.24"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later

Reply via email to