aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--docs/magit-section.org4
-rw-r--r--docs/magit-section.texi4
-rw-r--r--docs/magit.org4
-rw-r--r--docs/magit.texi4
-rw-r--r--lisp/magit-section.el4
-rw-r--r--lisp/magit.el8
7 files changed, 17 insertions, 17 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 635f5df..dde345b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v4.2.0 UNRELEASED
+* v4.2.0 2025-01-01
- At least Git 2.25.0 is required now. 033a0c0cdc
@@ -7,7 +7,7 @@
- Added new command ~magit-toggle-profiling~. f637dd1877
-- Added new command ~magit-toggle-subprocess-record~.
+- Added new command ~magit-toggle-subprocess-record~. ec1f403af1
Bug fixes:
@@ -23,7 +23,7 @@ Bug fixes:
#5272
- In logs, no longer strip ~heads/~ prefix from branch names if a tag
- with the same name exists.
+ with the same name exists. 5cb3492464
- ~magit-list-special-refnames~ returned nonsense. #5277
diff --git a/docs/magit-section.org b/docs/magit-section.org
index 67d4755..530afa0 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.1.3
+#+subtitle: for version 4.2.0
#+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.1.3.
+This manual is for Magit-Section version 4.2.0.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index b381584..aced25a 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.1.3
+@subtitle for version 4.2.0
@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.1.3.
+This manual is for Magit-Section version 4.2.0.
@insertcopying
@end ifnottex
diff --git a/docs/magit.org b/docs/magit.org
index ca46915..d9795c7 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.1.3
+#+subtitle: for version 4.2.0
#+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.1.3.
+This manual is for Magit version 4.2.0.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit.texi b/docs/magit.texi
index df8d575..04d374d 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.1.3
+@subtitle for version 4.2.0
@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.1.3.
+This manual is for Magit version 4.2.0.
@insertcopying
@end ifnottex
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index f61f28a..08dd087 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -8,10 +8,10 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: tools
-;; Package-Version: 4.1.3
+;; Package-Version: 4.2.0
;; Package-Requires: (
;; (emacs "27.1")
-;; (compat "30.0.0.0")
+;; (compat "30.0.1.0")
;; (dash "2.19.1")
;; (seq "2.24"))
diff --git a/lisp/magit.el b/lisp/magit.el
index aca21a0..35594e9 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,14 +17,14 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.1.3
+;; Package-Version: 4.2.0
;; Package-Requires: (
;; (emacs "27.1")
-;; (compat "30.0.0.0")
+;; (compat "30.0.1.0")
;; (dash "2.19.1")
-;; (magit-section "4.1.3")
+;; (magit-section "4.2.0")
;; (seq "2.24")
-;; (transient "20241217")
+;; (transient "0.8.2")
;; (with-editor "3.4.3"))
;; SPDX-License-Identifier: GPL-3.0-or-later