branch: externals/fontaine commit f4e59c0493e01c2a1b371828c4d93666dd8dcb09 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Prepare release of version 0.1.0 The package on GNU ELPA will be available shortly. --- CHANGELOG.org | 2 +- README.org | 4 ++-- fontaine.el | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 12164fde27..742a23b0d8 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -9,7 +9,7 @@ project's main git repository: <https://git.sr.ht/~protesilaos/fontaine>. The newest release is at the top. For further details, please consult the manual: <https://protesilaos.com/emacs/fontaine>. -* Version 0.1.0 on 2022-04-26 +* Version 0.1.0 on 2022-04-28 Initial release of the package. Please read the manual. diff --git a/README.org b/README.org index 9146c42610..df5c5f2438 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ #+startup: content #+macro: stable-version 0.1.0 -#+macro: release-date 2022-04-26 +#+macro: release-date 2022-04-28 #+macro: development-version 0.2.0-dev #+macro: file @@texinfo:@file{@@$1@@texinfo:}@@ #+macro: space @@texinfo:@: @@ @@ -146,7 +146,7 @@ Are Irrelevant in Non-graphical Emacs (because that is actually true). :END: #+cindex: Installation instructions -** COMMENT GNU ELPA package +** GNU ELPA package :PROPERTIES: :CUSTOM_ID: h:0f288b38-6da1-4628-8f78-4df56cbc8f2a :END: diff --git a/fontaine.el b/fontaine.el index 695a300823..6d2a26f203 100644 --- a/fontaine.el +++ b/fontaine.el @@ -533,6 +533,5 @@ The value is stored in `fontaine-latest-state-file'." (insert-file-contents file) (read (current-buffer))))))) - (provide 'fontaine) ;;; fontaine.el ends here