diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-04-20 18:35:45 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-04-20 18:35:45 +0200 |
| commit | 162698aa9d40ecafefcb1af7bdf602954d766970 (patch) | |
| tree | c2f0223ae8b14321f2c6a9414e73c62f9165512f | |
| parent | c145229a89ae9f8cf0ca5af37d98dbc7fb6caa4d (diff) | |
Release version 0.3.2v0.3.2
| -rw-r--r-- | docs/CHANGELOG | 4 | ||||
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | docs/transient.texi | 4 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 1d59ebc..aa56952 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,4 +1,8 @@ # -*- mode: org -*- +* v0.3.2 2021-04-20 + +- Fix an error message. c145229a + * v0.3.1 2021-04-19 - Changed ~transient-prefix~'s ~suffix-description~ slot to be initially diff --git a/docs/transient.org b/docs/transient.org index 6dd8e8f..d060bf9 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.1 +#+SUBTITLE: for version 0.3.2 #+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.1. +This manual is for Transient version 0.3.2. #+BEGIN_QUOTE Copyright (C) 2018-2021 Jonas Bernoulli <jonas@bernoul.li> diff --git a/docs/transient.texi b/docs/transient.texi index 603592e..835c95b 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.1 +@subtitle for version 0.3.2 @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.1. +This manual is for Transient version 0.3.2. @quotation Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li> diff --git a/lisp/transient.el b/lisp/transient.el index 288612f..6e7b5ea 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -5,7 +5,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Homepage: https://github.com/magit/transient ;; Package-Requires: ((emacs "25.1")) -;; Package-Version: 0.3.1 +;; Package-Version: 0.3.2 ;; Keywords: bindings ;; This file is part of GNU Emacs. |
