From 005e50bf4683cbb58b5c48c873609e7f4af7ac5f Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 6 Dec 2024 23:04:03 +0100 Subject: [PATCH] Release version 0.8.0 --- CHANGELOG | 2 +- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 284c59f..fc48f41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v0.8.0 UNRELEASED +* v0.8.0 2024-12-06 - While the minibuffer is in use, the menu window is now hidden by default. The new option ~transient-show-during-minibuffer-read~ not diff --git a/docs/transient.org b/docs/transient.org index 6e34331..eb9bc01 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.7.9 +#+subtitle: for version 0.8.0 #+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.7.9. +This manual is for Transient version 0.8.0. #+texinfo: @insertcopying :END: diff --git a/docs/transient.texi b/docs/transient.texi index 34865e0..319284d 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.7.9 +@subtitle for version 0.8.0 @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.7.9. +This manual is for Transient version 0.8.0. @insertcopying @end ifnottex diff --git a/lisp/transient.el b/lisp/transient.el index 9f99db2..d3b55b8 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.7.9 +;; Package-Version: 0.8.0 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0") (seq "2.24")) ;; SPDX-License-Identifier: GPL-3.0-or-later