From a03117f117e2eaf63c56061e2beb7f4868111596 Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Sun, 28 Jul 2024 12:23:51 -0400 Subject: [PATCH] Bump version to 0.6.2, and fix doc's version information (#162) --- doc/ekg.org | 4 ++-- doc/ekg.texi | 14 ++++++++++---- ekg.el | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/ekg.org b/doc/ekg.org index ab03e96..db170bc 100644 --- a/doc/ekg.org +++ b/doc/ekg.org @@ -73,12 +73,12 @@ triples library is already installed. (require 'ekg) #+end_src * Changelog +** Version 0.6.2 +- Add export to [[https://github.com/protesilaos/denote][denote]] (by [[https://github.com/jayrajput][Jay Rajput]]) ** Version 0.6.1 -- Use the global keymap in the note metadata region. - Run tag hooks when a valid tag is typed, instead of relying on completion, which often doesn't work. - Fix issue in =markdown-mode= where the beginning of the tag values was incorrectly read-only. - Allow emojis as tags. -- Add export to [[https://github.com/protesilaos/denote][denote]] (by [[https://github.com/jayrajput][Jay Rajput]]) ** Version 0.6.0 - Add tag and similar notes to the context when having LLMs add to or replace notes. ~ekg-llm-default-instructions~ replaces the previous variable, diff --git a/doc/ekg.texi b/doc/ekg.texi index 8235f98..743d916 100644 --- a/doc/ekg.texi +++ b/doc/ekg.texi @@ -68,6 +68,7 @@ Installation Changelog +* Version 0.6.2: Version 062. * Version 0.6.1: Version 061. * Version 0.6.0: Version 060. * Version 0.5.1: Version 051. @@ -200,6 +201,7 @@ triples library is already installed. @chapter Changelog @menu +* Version 0.6.2: Version 062. * Version 0.6.1: Version 061. * Version 0.6.0: Version 060. * Version 0.5.1: Version 051. @@ -216,20 +218,24 @@ triples library is already installed. * Version 0.2: Version 02. @end menu +@node Version 062 +@section Version 0.6.2 + +@itemize +@item +Add export to @uref{https://github.com/protesilaos/denote, denote} (by @uref{https://github.com/jayrajput, Jay Rajput}) +@end itemize + @node Version 061 @section Version 0.6.1 @itemize @item -Use the global keymap in the note metadata region. -@item Run tag hooks when a valid tag is typed, instead of relying on completion, which often doesn't work. @item Fix issue in @samp{markdown-mode} where the beginning of the tag values was incorrectly read-only. @item Allow emojis as tags. -@item -Add export to @uref{https://github.com/protesilaos/denote, denote} (by @uref{https://github.com/jayrajput, Jay Rajput}) @end itemize @node Version 060 diff --git a/ekg.el b/ekg.el index d1ba337..5a759b6 100644 --- a/ekg.el +++ b/ekg.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/ahyatt/ekg ;; Package-Requires: ((triples "0.3.5") (emacs "28.1") (llm "0.17.0")) ;; Keywords: outlines, hypermedia -;; Version: 0.6.1 +;; Version: 0.6.2 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or