branch: externals/org-gnosis commit a42e10a5bf10e11605e3b8f7b3453dff7d5087fd Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
Version bump: 0.0.6 Minor update with bug fixes & documentation improvements: + Fixes insertion of tags issues + Tags are now inserted at the nearest heading with an ID, or as filetags if none found. + Update FSF assignment form in docs --- NEWS.org | 7 +++++++ org-gnosis.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 6c4dcbe685..8a40e1a20c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -8,6 +8,13 @@ This document contains the release notes that are included in each tagged commit on the project's main git repository: <https://git.thanosapollo.org/org-gnosis>. +* 0.0.6 +Minor update with bug fixes & documentation improvements: + + Fixes insertion of tags issues + + Tags are now inserted at the nearest heading with an ID, or as + filetags if none found. + + Update FSF assignment form in docs + * 0.0.5 Minor update with documentation changes + Fix typos diff --git a/org-gnosis.el b/org-gnosis.el index 6157206c95..fbec7fdf4d 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <pub...@thanosapollo.org> ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/org-gnosis/ -;; Version: 0.0.5 +;; Version: 0.0.6 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2"))