From 047615824246e3d71f0d4f190a4d4c9ba4f4d8e1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 24 Dec 2022 13:43:21 +0000 Subject: Update version correctly --- ChangeLog | 6 ++++-- org-zettelkasten.el | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f18ee1..5f90fa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -2022 Yann Herklotz +2022-12-24 Yann Herklotz - * unreleased: + * v0.6.0: (org): Add modified date which can be added on a before-save-hook. + (org): Add search back ends for optional consult and counsel. + (org): Add default search back end. 2022-05-03 Yann Herklotz diff --git a/org-zettelkasten.el b/org-zettelkasten.el index 5bdc756..64a71b2 100644 --- a/org-zettelkasten.el +++ b/org-zettelkasten.el @@ -8,7 +8,7 @@ ;; Homepage: https://git.sr.ht/~ymherklotz/org-zettelkasten ;; Package-Requires: ((emacs "24.3") (org "9.0")) -;; Version: 0.4.0 +;; Version: 0.6.0 ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- cgit