Skip to content

Commit 4327736

Browse files
committed
Release version 4.2.1
1 parent cdc17af commit 4327736

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# -*- mode: org -*-
2+
* v4.2.1 2025-09-01
3+
4+
Thoughts and whitespace.
5+
26
* v4.2.0 2025-06-01
37

48
- Made it safer to rerun ~make bootstrap~ or parts thereof. cd95c7c

borg.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
;; Homepage: https://github.com/emacscollective/borg
77
;; Keywords: tools
88

9-
;; Package-Version: 4.2.0
9+
;; Package-Version: 4.2.1
1010
;; Package-Requires: (
1111
;; (emacs "27.1")
12-
;; (epkg "4.0.7")
13-
;; (magit "4.3.6"))
12+
;; (epkg "4.1")
13+
;; (magit "4.3"))
1414

1515
;; SPDX-License-Identifier: GPL-3.0-or-later
1616

docs/borg.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
#+texinfo_dir_category: Emacs
88
#+texinfo_dir_title: Borg: (borg).
99
#+texinfo_dir_desc: Assimilate Emacs packages as Git submodules
10-
#+subtitle: for version 4.2.0
10+
#+subtitle: for version 4.2.1
1111

1212
#+setupfile: .orgconfig
1313

1414
The Borg assimilate Emacs packages as Git submodules. Borg is a
1515
bare-bones package manager for Emacs packages.
1616

1717
#+texinfo: @noindent
18-
This manual is for Borg version 4.2.0.
18+
This manual is for Borg version 4.2.1.
1919

2020
#+texinfo: @insertcopying
2121
:END:

docs/borg.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ General Public License for more details.
3131
@finalout
3232
@titlepage
3333
@title Borg User Manual
34-
@subtitle for version 4.2.0
34+
@subtitle for version 4.2.1
3535
@author Jonas Bernoulli
3636
@page
3737
@vskip 0pt plus 1filll
@@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a
4848
bare-bones package manager for Emacs packages.
4949

5050
@noindent
51-
This manual is for Borg version 4.2.0.
51+
This manual is for Borg version 4.2.1.
5252

5353
@insertcopying
5454
@end ifnottex

0 commit comments

Comments
 (0)