diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-01 00:33:36 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-01 00:33:36 +0200 |
| commit | 3430943eaa3222cd2a487d4c102ec51e10e7e3c9 (patch) | |
| tree | 0680a9292209365e4ab54449dbabbd336c26b68b | |
| parent | 9b6fbe68169b2bab28ee9e1be67351e7b263508c (diff) | |
Release version 0.7.5v0.7.5
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ # -*- mode: org -*- -* v0.7.5 UNRELEASED +* v0.7.5 2024-09-01 - Updated tooling. diff --git a/docs/transient.org b/docs/transient.org index e77ccee..7698930 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.4 +#+subtitle: for version 0.7.5 #+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.4. +This manual is for Transient version 0.7.5. #+texinfo: @insertcopying :END: diff --git a/lisp/transient.el b/lisp/transient.el index a62d749..fc786fe 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.4 +;; Package-Version: 0.7.5 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0") (seq "2.24")) ;; SPDX-License-Identifier: GPL-3.0-or-later |
