Skip to content

Commit

Permalink
Release version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 30, 2021
1 parent a277b19 commit e226353
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v3.2.0 UNRELEASED
* v3.2.0 2021/05/30

- Taught ~borg-load-path~ to use the ~elisp/~ directory automatically
like it already uses the ~lisp/~ directory or the top-level. The
Expand All @@ -17,7 +17,8 @@
- The ~default-directory~ used during compilation and when presenting
the results did not always match, leading to broken links. 41b4494

- Disabled clones are now being skipped when rebuilding. bde5d4c
- When initializing and rebuilding packages, then missing and disabled
packages are skipped now. bde5d4c, 93f40f9, 640169d

- It is now possible to place the drones in a directory that is named
something other than ~lib~ using the ~borg.drones-directory~ variable.
Expand All @@ -33,6 +34,11 @@
- When Borg is used as secondary package manager, then ~borg.mk~ is now
usable as well. 5d87d34

- Added documentation on how to recover from missing commits and
missing repositories. ecb2f9f

- Symlinks are resolved now when setting path variables. 444b9d7

* v3.1.2 2019/12/05

- The new option ~borg-rewrite-urls-alist~ allows rewriting certain urls
Expand Down
4 changes: 2 additions & 2 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;; Homepage: https://github.com/emacscollective/borg
;; Keywords: tools

;; Package-Version: 3.1.2
;; Package-Requires: ((emacs "26") (epkg "3.2.2") (magit "2.90.1"))
;; Package-Version: 3.2.0
;; Package-Requires: ((emacs "26") (epkg "3.3.0") (magit "3.0.0"))
;;
;; Borg itself does no actually require Emacs 26 and has no
;; other dependencies but when it is installed from Melpa,
Expand Down
4 changes: 2 additions & 2 deletions borg.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Borg: (borg).
#+TEXINFO_DIR_DESC: Assimilate Emacs packages as Git submodules
#+SUBTITLE: for version 3.1.2 (v3.1.2-54-gb210e4a+1)
#+SUBTITLE: for version 3.2.0

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -20,7 +20,7 @@ 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 3.1.2 (v3.1.2-54-gb210e4a+1).
This manual is for Borg version 3.2.0.

#+BEGIN_QUOTE
Copyright (C) 2016-2021 Jonas Bernoulli <jonas@bernoul.li>
Expand Down
4 changes: 2 additions & 2 deletions 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 3.1.2 (v3.1.2-54-gb210e4a+1)
@subtitle for version 3.2.0
@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 3.1.2 (v3.1.2-54-gb210e4a+1).
This manual is for Borg version 3.2.0.

@quotation
Copyright (C) 2016-2021 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit e226353

Please sign in to comment.