Skip to content

Commit

Permalink
Release version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 1, 2025
1 parent cb104ca commit d28ce2f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# -*- mode: org -*-
* v4.0.3 2025-01-01

Thoughts and whitespace.

* v4.0.2 2024-10-01

Thoughts and whitespace.
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 4.0.2
#+subtitle: for version 4.0.3

#+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 4.0.2.
This manual is for Epkg version 4.0.3.

#+texinfo: @insertcopying
:END:
Expand Down
6 changes: 3 additions & 3 deletions docs/epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@copying
@quotation
Copyright (C) 2016-2024 Jonas Bernoulli <emacs.epkg@@jonas.bernoulli.dev>
Copyright (C) 2016-2025 Jonas Bernoulli <emacs.epkg@@jonas.bernoulli.dev>
You can redistribute this document and/or modify it under the terms
of the GNU General Public License as published by the Free Software
Expand All @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Epkg User Manual
@subtitle for version 4.0.2
@subtitle for version 4.0.3
@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 4.0.2.
This manual is for Epkg version 4.0.3.

@insertcopying
@end ifnottex
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-desc.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-desc.el --- Show Epkg descriptions -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-elpa.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-elpa.el --- Support for Elpa recipes -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-list.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-list.el --- List Epkg packages -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-org.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-org.el --- Various Org mode utilities -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-schemata.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-schemata.el --- Table schemata -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
2 changes: 1 addition & 1 deletion lisp/epkg-utils.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; epkg-utils.el --- Auxiliary commands and utilities -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
Expand Down
12 changes: 6 additions & 6 deletions lisp/epkg.el
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;; epkg.el --- Browse the Emacsmirror package database -*- lexical-binding:t -*-

;; Copyright (C) 2016-2024 Jonas Bernoulli
;; Copyright (C) 2016-2025 Jonas Bernoulli

;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
;; Keywords: tools

;; Package-Version: 4.0.2
;; Package-Version: 4.0.3
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
;; (closql "2.0.0")
;; (emacsql "4.0.2")
;; (llama "0.3.1"))
;; (compat "30.0.1.0")
;; (closql "2.1.0")
;; (emacsql "4.1.0")
;; (llama "0.4.1"))

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

Expand Down

0 comments on commit d28ce2f

Please sign in to comment.