Skip to content

Commit bcec39d

Browse files
committed
Release version 4.2.0
1 parent 746d6cc commit bcec39d

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# -*- mode: org -*-
2+
* v4.2.0 2025-06-01
3+
4+
- Made it safer to rerun ~make bootstrap~ or parts thereof. cd95c7c
5+
6+
- Added make targets ~checkout-module~ and ~clone-modules~, making it
7+
more convenient to rerun just parts of the bootstrapping process.
8+
746d6cc
9+
210
* v4.1.5 2025-04-28
311

412
- Fixed bug in bootstrapping script. #171

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.1.5
9+
;; Package-Version: 4.2.0
1010
;; Package-Requires: (
1111
;; (emacs "27.1")
12-
;; (epkg "4.0.5")
13-
;; (magit "4.3.2"))
12+
;; (epkg "4.0.7")
13+
;; (magit "4.3.6"))
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.1.5
10+
#+subtitle: for version 4.2.0
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.1.5.
18+
This manual is for Borg version 4.2.0.
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.1.5
34+
@subtitle for version 4.2.0
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.1.5.
51+
This manual is for Borg version 4.2.0.
5252

5353
@insertcopying
5454
@end ifnottex

0 commit comments

Comments
 (0)