Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 8, 2024
1 parent 1cd6d60 commit e14d2b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v4.0.0 UNRELEASED
* v4.0.0 2024-08-08

- Dropped support for Emacs 25.

Expand Down
4 changes: 2 additions & 2 deletions docs/epkg.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Epkg: (epkg).
#+texinfo_dir_desc: Browse the Emacsmirror's database
#+subtitle: for version 3.3.3-git
#+subtitle: for version 4.0.0

#+setupfile: .orgconfig

With Epkg you can browse the Emacsmirror package database using an
interface similar to that of ~package.el~.

#+texinfo: @noindent
This manual is for Epkg version 3.3.3-git.
This manual is for Epkg version 4.0.0.

#+texinfo: @insertcopying
:END:
Expand Down
4 changes: 2 additions & 2 deletions docs/epkg.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 Epkg User Manual
@subtitle for version 3.3.3-git
@subtitle for version 4.0.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of @code{package.el}.

@noindent
This manual is for Epkg version 3.3.3-git.
This manual is for Epkg version 4.0.0.

@insertcopying
@end ifnottex
Expand Down
5 changes: 3 additions & 2 deletions lisp/epkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
;; Homepage: https://github.com/emacscollective/epkg
;; Keywords: tools

;; Package-Version: 4.0.0
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
;; (closql "20240601")
;; (emacsql "20240415")
;; (closql "2.0.0")
;; (emacsql "4.0.0")
;; (llama "0.3.1"))

;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit e14d2b4

Please sign in to comment.