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

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

[elpa] externals/transient eb28c51 3/3: Release version 0.3.3


From: Jonas Bernoulli
Subject: [elpa] externals/transient eb28c51 3/3: Release version 0.3.3
Date: Tue, 25 May 2021 06:55:12 -0400 (EDT)

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

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

diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 8372a06..5c4d5da 100644
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -1,4 +1,8 @@
 # -*- mode: org -*-
+* v0.3.3    2021-05-24
+
+- Add SPDX-License-Identifier library header.  7d3d8d79
+
 * v0.3.2    2021-04-20
 
 - Fix an error message.  c145229a
diff --git a/docs/transient.org b/docs/transient.org
index d060bf9..7f4d415 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -8,7 +8,7 @@
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: Transient: (transient).
 #+TEXINFO_DIR_DESC: Transient Commands
-#+SUBTITLE: for version 0.3.2
+#+SUBTITLE: for version 0.3.3
 
 #+TEXINFO_DEFFN: t
 #+OPTIONS: H:4 num:4 toc:2
@@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 #+TEXINFO: @noindent
-This manual is for Transient version 0.3.2.
+This manual is for Transient version 0.3.3.
 
 #+BEGIN_QUOTE
 Copyright (C) 2018-2021 Jonas Bernoulli <jonas@bernoul.li>
diff --git a/docs/transient.texi b/docs/transient.texi
index 835c95b..4e4be18 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.3.2
+@subtitle for version 0.3.3
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 @noindent
-This manual is for Transient version 0.3.2.
+This manual is for Transient version 0.3.3.
 
 @quotation
 Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/transient.el b/lisp/transient.el
index 990df4a..36b185e 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -7,7 +7,7 @@
 ;; Keywords: bindings
 
 ;; Package-Requires: ((emacs "25.1"))
-;; Package-Version: 0.3.2
+;; Package-Version: 0.3.3
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



reply via email to

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