summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-26 17:45:00 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-26 17:45:00 +0100
commitd75c9204aa1d72b907b47eb09f1bd074510a8b5a (patch)
tree6c5000b2c84d6ceb08b7f1734aef24665ac2091c
parent100d3d9931cc2027e1729df7bf4c6dcfdf9d75aa (diff)
downloadorg-zettelkasten-d75c9204aa1d72b907b47eb09f1bd074510a8b5a.tar.gz
org-zettelkasten-d75c9204aa1d72b907b47eb09f1bd074510a8b5a.zip
Update version to be the dev version
-rw-r--r--CHANGELOG.org2
-rw-r--r--org-zettelkasten.el2
2 files changed, 3 insertions, 1 deletions
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