diff --git a/README.org b/README.org index 80e38b5..98f6885 100644 --- a/README.org +++ b/README.org @@ -12,6 +12,7 @@ - [[#queries][Queries]] - [[#predicates][Predicates]] - [[#functions--macros][Functions / Macros]] + - [[#changelog][Changelog]] - [[#notes][Notes]] * Examples @@ -223,6 +224,16 @@ If ~NARROW~ is non-nil, query will run without widening the buffer (the default If ~MARKERS~ is non-nil, ~org-agenda-ng--add-markers~ is used to add markers to each item, pointing to the item in its source buffer. In this case, ~ACTION~ should return an Org element. +* Changelog +:PROPERTIES: +:TOC: ignore-children +:END: + +/Note:/ Breaking changes may be made before version 1.0, but in the event of major changes, attempts at backward compatibility will be made with obsolescence declarations, translation of arguments, etc. Users who need stability guarantees before 1.0 may choose to use tagged stable releases. + +** 0.1 + +First tagged release. * Notes :PROPERTIES: diff --git a/org-ql.el b/org-ql.el index 9dcff25..580722c 100644 --- a/org-ql.el +++ b/org-ql.el @@ -2,7 +2,7 @@ ;; Author: Adam Porter ;; Url: http://github.com/alphapapa/org-ql -;; Version: 0.1-pre +;; Version: 0.1 ;; Package-Requires: ((emacs "25.1") (dash "2.13") (org "9.0") (s "1.12.0")) ;; Keywords: hypermedia, outlines, Org, agenda