Skip to content

Commit

Permalink
Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 1, 2022
1 parent aa5dbc5 commit e4d54aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# -*- mode: org -*-
* v3.3.0 UNRELEASED
* v3.3.0 2022/01/01

- When setting ~borg-top-level-directory~ do not assume we are inside
a Git repository, which makes it possible to use Borg to build a
static configuration to be deployed outside the repository used
to build it. #110

- Fixed path to ~etc/borg/config.mk~.
- Fixed path to ~etc/borg/config.mk~, which is now also loaded when
building not-interactively.

- Added new variable ~borg-compile-function~, which can be set to
~native-compile~ to enable upfront native compilation. This should
Expand All @@ -24,6 +25,10 @@

- The ~variable~ argument of ~borg-get~ can now be a symbol.

- If a variable has multiple values ~borg-get~ failed to return the
last value when using the cache, as it already did when not using
the cache.

* v3.2.0 2021/05/30

- Taught ~borg-load-path~ to use the ~elisp/~ directory automatically
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 v3.2.0-28-gdd38c65+1
@subtitle for version v3.3.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 v3.2.0-28-gdd38c65+1.
This manual is for Borg version v3.3.0.

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

0 comments on commit e4d54aa

Please sign in to comment.