From d75c9204aa1d72b907b47eb09f1bd074510a8b5a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 26 May 2023 17:45:00 +0100 Subject: Update version to be the dev version --- CHANGELOG.org | 2 ++ org-zettelkasten.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index edec80f..8a989d6 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,6 +4,8 @@ * Unpublished +- Replaced original partial ID incrementation with new total function. +- Added full support for ID increments, and added ERT tests for the feature. - Added =org-zettelkasten-new-topic= to create a new topic file in the current Zettelkasten. - Added persistent storage for =org-zettelkasten--mapping= in diff --git a/org-zettelkasten.el b/org-zettelkasten.el index ed67e1a..0376415 100644 --- a/org-zettelkasten.el +++ b/org-zettelkasten.el @@ -9,7 +9,7 @@ ;; Mailing-List: https://lists.sr.ht/~ymherklotz/org-zettelkasten ;; Package-Requires: ((emacs "25.1") (org "9.3")) -;; Version: 0.8.0 +;; Version: 0.8.0-dev ;; 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