diff --git a/CHANGELOG b/CHANGELOG index 36aef13..3e770f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ # -*- mode: org -*- +* v4.0.3 2025-01-01 + +Thoughts and whitespace. + * v4.0.2 2024-10-01 Thoughts and whitespace. diff --git a/docs/epkg.org b/docs/epkg.org index c26a528..85be7d6 100644 --- a/docs/epkg.org +++ b/docs/epkg.org @@ -7,7 +7,7 @@ #+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 @@ -15,7 +15,7 @@ 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: diff --git a/docs/epkg.texi b/docs/epkg.texi index 22c66f3..5119386 100644 --- a/docs/epkg.texi +++ b/docs/epkg.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2016-2024 Jonas Bernoulli +Copyright (C) 2016-2025 Jonas Bernoulli You can redistribute this document and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -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 @@ -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 diff --git a/lisp/epkg-desc.el b/lisp/epkg-desc.el index 281c03d..a0d67a6 100644 --- a/lisp/epkg-desc.el +++ b/lisp/epkg-desc.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg-elpa.el b/lisp/epkg-elpa.el index 34e148e..ab5353b 100644 --- a/lisp/epkg-elpa.el +++ b/lisp/epkg-elpa.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg-list.el b/lisp/epkg-list.el index 514ccb9..3cad5b3 100644 --- a/lisp/epkg-list.el +++ b/lisp/epkg-list.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg-org.el b/lisp/epkg-org.el index 9682895..cd25513 100644 --- a/lisp/epkg-org.el +++ b/lisp/epkg-org.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg-schemata.el b/lisp/epkg-schemata.el index f391d23..86a146f 100644 --- a/lisp/epkg-schemata.el +++ b/lisp/epkg-schemata.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg-utils.el b/lisp/epkg-utils.el index a3323d0..c9e0dc7 100644 --- a/lisp/epkg-utils.el +++ b/lisp/epkg-utils.el @@ -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 ;; Homepage: https://github.com/emacscollective/epkg diff --git a/lisp/epkg.el b/lisp/epkg.el index b7cd072..f987fb0 100644 --- a/lisp/epkg.el +++ b/lisp/epkg.el @@ -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 ;; 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