Skip to content

Commit

Permalink
Release version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 2, 2024
1 parent 6633f18 commit cd4bb2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# -*- mode: org -*-
* v4.1.1 2024-11-02

- Org export errors are now being demoted instead of being ignored
entirely. 13caf51

- Makefile and documentation improvements.

* v4.1.0 2024-09-01

- The robustness of the code used to set ~borg-drones-directory~,
Expand Down
2 changes: 1 addition & 1 deletion borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/emacscollective/borg
;; Keywords: tools

;; Package-Version: 4.1.0
;; Package-Version: 4.1.1
;; Package-Requires: (
;; (emacs "27.1")
;; (epkg "4.0.1")
Expand Down
4 changes: 2 additions & 2 deletions docs/borg.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Borg: (borg).
#+texinfo_dir_desc: Assimilate Emacs packages as Git submodules
#+subtitle: for version 4.1.0
#+subtitle: for version 4.1.1

#+setupfile: .orgconfig

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

#+texinfo: @noindent
This manual is for Borg version 4.1.0.
This manual is for Borg version 4.1.1.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/borg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Borg User Manual
@subtitle for version 4.1.0
@subtitle for version 4.1.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a
bare-bones package manager for Emacs packages.

@noindent
This manual is for Borg version 4.1.0.
This manual is for Borg version 4.1.1.

@insertcopying
@end ifnottex
Expand Down

0 comments on commit cd4bb2b

Please sign in to comment.