Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 31, 2018
1 parent 3144f29 commit a3573f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: org -*-

* v3.0.0 UNRELEASED
* v3.0.0 2018/10/31

- Borg can now be used as a secondary package manager alongside
~package.el~. When used like this, then Borg itself should be
Expand Down
2 changes: 1 addition & 1 deletion borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Keywords: tools

;; Package-Version: 3.0.0
;; Package-Requires: ((emacs "26") (dash "2.13") (epkg "3.0") (magit "2.11"))
;; Package-Requires: ((emacs "26") (dash "2.14.1") (epkg "3.1.1") (magit "2.13.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 2.0.0 (v2.0.0-64-g738f749+1)
#+SUBTITLE: for version 3.0.0

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -18,7 +18,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 2.0.0 (v2.0.0-64-g738f749+1).
This manual is for Borg version 3.0.0.

#+BEGIN_QUOTE
Copyright (C) 2016-2018 Jonas Bernoulli <jonas@bernoul.li>
Expand Down
6 changes: 4 additions & 2 deletions borg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
General Public License for more details.
@end quotation
@end copying

Expand All @@ -30,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Borg User Manual
@subtitle for version 2.0.0 (v2.0.0-64-g738f749+1)
@subtitle for version 3.0.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -47,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 2.0.0 (v2.0.0-64-g738f749+1).
This manual is for Borg version 3.0.0.

@quotation
Copyright (C) 2016-2018 Jonas Bernoulli <jonas@@bernoul.li>
Expand All @@ -61,6 +62,7 @@ This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
General Public License for more details.
@end quotation
@end ifnottex

Expand Down

0 comments on commit a3573f6

Please sign in to comment.