From 9a074b40903424e4cb44213acc6671e98c3cdd76 Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Sun, 21 Jul 2024 17:15:50 -0400 Subject: [PATCH] Set version number to 0.6.1 (#157) * Bump version to 0.7.0 * Rethink version number, let's call the new release 0.6.1 It isn't quite a new release, even though it has some minor functionality / UI changes (how tag actions happen). --- doc/ekg.org | 4 ++-- doc/ekg.texi | 12 ++++++------ ekg.el | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/ekg.org b/doc/ekg.org index c208e24..b74f602 100644 --- a/doc/ekg.org +++ b/doc/ekg.org @@ -73,10 +73,10 @@ triples library is already installed. (require 'ekg) #+end_src * Changelog -** Version 0.8.0 +** Version 0.7.0 - Add export to [[https://github.com/protesilaos/denote][denote]] (by [[https://github.com/jayrajput][Jay Rajput]]) - Allow emojis as tags. -** Version 0.7.0 +** 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. diff --git a/doc/ekg.texi b/doc/ekg.texi index 25873b0..9ad3df0 100644 --- a/doc/ekg.texi +++ b/doc/ekg.texi @@ -68,8 +68,8 @@ Installation Changelog -* Version 0.8.0: Version 080. * Version 0.7.0: Version 070. +* Version 0.6.1: Version 061. * Version 0.6.0: Version 060. * Version 0.5.1: Version 051. * Version 0.5: Version 05. @@ -201,8 +201,8 @@ triples library is already installed. @chapter Changelog @menu -* Version 0.8.0: Version 080. * Version 0.7.0: Version 070. +* Version 0.6.1: Version 061. * Version 0.6.0: Version 060. * Version 0.5.1: Version 051. * Version 0.5: Version 05. @@ -218,8 +218,8 @@ triples library is already installed. * Version 0.2: Version 02. @end menu -@node Version 080 -@section Version 0.8.0 +@node Version 070 +@section Version 0.7.0 @itemize @item @@ -228,8 +228,8 @@ Add export to @uref{https://github.com/protesilaos/denote, denote} (by @uref{htt Allow emojis as tags. @end itemize -@node Version 070 -@section Version 0.7.0 +@node Version 061 +@section Version 0.6.1 @itemize @item diff --git a/ekg.el b/ekg.el index af3d7e4..d1ba337 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.0 +;; Version: 0.6.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or