branch: externals/transient
commit 1856230dc181f23dd15026b0ad21d8b299b034d1
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Release version 0.13.4
---
CHANGELOG | 4 ++++
docs/transient.org | 4 ++--
docs/transient.texi | 4 ++--
lisp/transient.el | 4 ++--
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1c37b642c2..ceccfa76ad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
# -*- mode: org -*-
+* v0.13.4 2026-06-01
+
+- Thoughts and whitespace.
+
* v0.13.3 2026-05-07
- Stopped needlessly using ~this-single-command-raw-keys~. #442
diff --git a/docs/transient.org b/docs/transient.org
index feeb3ad0b3..ea04e8b9ae 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.13.3
+#+subtitle: for version 0.13.4
#+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.13.3.
+This manual is for Transient version 0.13.4.
#+texinfo: @insertcopying
:END:
diff --git a/docs/transient.texi b/docs/transient.texi
index aa3cfe770a..c525a36619 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.13.3
+@subtitle for version 0.13.4
@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.13.3.
+This manual is for Transient version 0.13.4.
@insertcopying
@end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index 6aadd89eb4..e970532155 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions
-;; Package-Version: 0.13.3
+;; Package-Version: 0.13.4
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "31.0")
@@ -44,7 +44,7 @@
;;; Code:
-(defconst transient-version "0.13.3")
+(defconst transient-version "0.13.4")
(require 'cl-lib)
(require 'compat)