emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient a1575e5833: Release version 0.4.1


From: Jonas Bernoulli
Subject: [elpa] externals/transient a1575e5833: Release version 0.4.1
Date: Fri, 2 Jun 2023 17:28:28 -0400 (EDT)

branch: externals/transient
commit a1575e58331b1ff85ac97667df0130ae822ccf5f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Release version 0.4.1
---
 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 eb9cccc605..cbbb633ea3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
 # -*- mode: org -*-
+* v0.4.1    2023-06-02
+
+Bug fixes:
+
+- 070d47b0 Support searches that end right after suffix
+- ab831828 transient--insert-group(columns): Drop separator before first column
+- 62edeffd #247 Fix bug using :incompatible using suffixes before infixes
+- 6efa9fad transient-predicate-map: Bind univeral-argument-more
+
 * v0.4.0    2023-05-10
 
 - Transient has to update state after every suffix command.  If that
diff --git a/docs/transient.org b/docs/transient.org
index 9255072dfe..b1c71e94b3 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.0
+#+subtitle: for version 0.4.1
 
 #+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.0.
+This manual is for Transient version 0.4.1.
 
 #+texinfo: @insertcopying
 :END:
diff --git a/docs/transient.texi b/docs/transient.texi
index 96e6208e5d..3aef6d7352 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.0
+@subtitle for version 0.4.1
 @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.0.
+This manual is for Transient version 0.4.1.
 
 @insertcopying
 @end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index e6f673384b..3e9924e527 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.0
+;; Package-Version: 0.4.1
 ;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later



reply via email to

[Prev in Thread] Current Thread [Next in Thread]