[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 3430943eaa 2/2: Release version 0.7.5
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 3430943eaa 2/2: Release version 0.7.5 |
Date: |
Sat, 31 Aug 2024 18:34:11 -0400 (EDT) |
branch: externals/transient
commit 3430943eaa3222cd2a487d4c102ec51e10e7e3c9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Release version 0.7.5
---
CHANGELOG | 2 +-
docs/transient.org | 4 ++--
lisp/transient.el | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1da8383efc..ae5379ddc6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 e77cceeda5..7698930432 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 a62d749f86..fc786fe85d 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