Skip to content

Commit

Permalink
Set version number to 0.6.1 (#157)
Browse files Browse the repository at this point in the history
* 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).
  • Loading branch information
ahyatt committed Jul 28, 2024
1 parent fabac58 commit 9a074b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/ekg.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions doc/ekg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
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

0 comments on commit 9a074b4

Please sign in to comment.