diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 13:16:39 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 13:16:39 +0200 |
| commit | 51e833e5152e9fdcdc1dbbf34ad2d4905bde1f69 (patch) | |
| tree | b05c66372031ffbbab540f2d2a8c3a629b34b7f1 | |
| parent | cf5e58a3a798f7204c857fe375bdb39bda9f87df (diff) | |
Release version 0.3.6v0.3.6
| -rw-r--r-- | docs/CHANGELOG | 2 | ||||
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | docs/transient.texi | 4 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 2bb64cd..f92a727 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v0.3.6 UNRELEASED +* v0.3.6 2021-07-01 - Added new option ~transient-force-single-column~, which may be useful for low vision. #122 diff --git a/docs/transient.org b/docs/transient.org index d377813..305684e 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.5 (v0.3.5-1-g601ebf55+1) +#+SUBTITLE: for version 0.3.6 #+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.5 (v0.3.5-1-g601ebf55+1). +This manual is for Transient version 0.3.6. #+BEGIN_QUOTE Copyright (C) 2018-2021 Jonas Bernoulli <jonas@bernoul.li> diff --git a/docs/transient.texi b/docs/transient.texi index 97efd83..9134e20 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.5 (v0.3.5-1-g601ebf55+1) +@subtitle for version 0.3.6 @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.5 (v0.3.5-1-g601ebf55+1). +This manual is for Transient version 0.3.6. @quotation Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li> diff --git a/lisp/transient.el b/lisp/transient.el index aa26c76..5f66a13 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -7,7 +7,7 @@ ;; Keywords: bindings ;; Package-Requires: ((emacs "25.1")) -;; Package-Version: 0.3.5 +;; Package-Version: 0.3.6 ;; SPDX-License-Identifier: GPL-3.0-or-later |
