branch: externals/gnosis
commit e830171c4bcbcbc0b1d466ffdbec179e32e9688e
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Version bump: 0.10.3.
** Bug fixes
+ Fix ~gnosis-table-exists-p~ failing to query =sqlite_master=.
+ Clean up orphaned =node-tag= and =node-links= rows on file deletion.
---
NEWS.org | 7 +++++++
gnosis.el | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index d4b0804af7..f91511f17e 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -3,6 +3,13 @@
+ [[https://git.thanosapollo.org/gnosis/][Upstream]]
+ [[https://thanosapollo.org/log/gnosis/][Changelog]]
+* 0.10.3
+#+date: 2026/04/04
+
+** Bug fixes
++ Fix ~gnosis-table-exists-p~ failing to query =sqlite_master=.
++ Clean up orphaned =node-tag= and =node-links= rows on file deletion.
+
* 0.10.2
#+date: 2026/03/31
diff --git a/gnosis.el b/gnosis.el
index f29c8d51c5..24bdb613f5 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -6,7 +6,7 @@
;; Keywords: extensions
;; URL: https://thanosapollo.org/projects/gnosis
-;; Version: 0.10.2
+;; Version: 0.10.3
;; Package-Requires: ((emacs "29.1") (compat "29.1.4.2"))