Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version number to 0.6.1 #157

Merged
merged 2 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ekg.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ triples library is already installed.
(require 'ekg)
#+end_src
* Changelog
** 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.
Expand Down
8 changes: 4 additions & 4 deletions doc/ekg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Installation

Changelog

* 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.
Expand Down Expand Up @@ -199,7 +199,7 @@ triples library is already installed.
@chapter Changelog

@menu
* 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.
Expand All @@ -215,8 +215,8 @@ triples library is already installed.
* Version 0.2: Version 02.
@end menu

@node Version 070
@section Version 0.7.0
@node Version 061
@section Version 0.6.1

@itemize
@item
Expand Down
2 changes: 1 addition & 1 deletion ekg.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down