branch: elpa/magit
commit 5b820a1d1e94649e0f218362286d520d9f29ac2c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Release version 4.3.8
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi | 4 ++--
lisp/magit-section.el | 4 ++--
lisp/magit.el | 6 +++---
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 49503312562..c5981c0a7e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v4.3.8 UNRELEASED
+* v4.3.8 2025-07-05
Bugfixes:
diff --git a/docs/magit-section.org b/docs/magit-section.org
index adec2a744e3..f4ed5a0750e 100644
--- a/docs/magit-section.org
+++ b/docs/magit-section.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit-Section: (magit-section).
#+texinfo_dir_desc: Use Magit sections in your own packages.
-#+subtitle: for version 4.3.7
+#+subtitle: for version 4.3.8
#+setupfile: .orgconfig
@@ -21,7 +21,7 @@ user options see [[info:magit#Sections]]. This manual
documents how you
can use sections in your own packages.
#+texinfo: @noindent
-This manual is for Magit-Section version 4.3.7.
+This manual is for Magit-Section version 4.3.8.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index 2986087b16c..4ae09a5a1c3 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit-Section Developer Manual
-@subtitle for version 4.3.7
+@subtitle for version 4.3.8
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual
documents how you
can use sections in your own packages.
@noindent
-This manual is for Magit-Section version 4.3.7.
+This manual is for Magit-Section version 4.3.8.
@insertcopying
@end ifnottex
diff --git a/docs/magit.org b/docs/magit.org
index d6711d5c56f..5d9603b5ea9 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit: (magit).
#+texinfo_dir_desc: Using Git from Emacs with Magit.
-#+subtitle: for version 4.3.7
+#+subtitle: for version 4.3.8
#+setupfile: .orgconfig
@@ -24,7 +24,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
#+texinfo: @noindent
-This manual is for Magit version 4.3.7.
+This manual is for Magit version 4.3.8.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit.texi b/docs/magit.texi
index 20d58da9e10..7d40e0da136 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
-@subtitle for version 4.3.7
+@subtitle for version 4.3.8
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
@noindent
-This manual is for Magit version 4.3.7.
+This manual is for Magit version 4.3.8.
@insertcopying
@end ifnottex
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 7c1bc9ae132..003cacd114d 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -8,11 +8,11 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: tools
-;; Package-Version: 4.3.7
+;; Package-Version: 4.3.8
;; Package-Requires: (
;; (emacs "27.1")
;; (compat "30.1")
-;; (llama "0.6.3")
+;; (llama "1.0.0")
;; (seq "2.24"))
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit.el b/lisp/magit.el
index 217894d9021..a65314e1b22 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,12 +17,12 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.3.7
+;; Package-Version: 4.3.8
;; Package-Requires: (
;; (emacs "27.1")
;; (compat "30.1")
-;; (llama "0.6.3")
-;; (magit-section "4.3.7")
+;; (llama "1.0.0")
+;; (magit-section "4.3.8")
;; (seq "2.24")
;; (transient "0.9.3")
;; (with-editor "3.4.4"))