branch: externals/org-gnosis
commit be1343448088ee316f4ecc9ef48f21917b1b4bd3
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    Version bump: 0.1.0.
    
    + Refactor algorithm for parsing buffer data.
     + Improves implementation with new version org-gnosis-ui.
     + Fix minor edge case scenarios.
    + Update database to version 2.
---
 NEWS.org      | 5 +++++
 org-gnosis.el | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index e7ec84185a..f59ee5b428 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -7,6 +7,11 @@
 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.1.0
++ Refactor algorithm for parsing buffer data.
+ + Improves implementation with new version org-gnosis-ui.
+ + Fix minor edge case scenarios.
++ Update database to version 2.
 * 0.0.9
 + Add support for inserting journal entries as links with custom
   description.
diff --git a/org-gnosis.el b/org-gnosis.el
index c26c159fe7..87cc52cd40 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.9
+;; Version: 0.1.0
 
 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.0") (compat "29.1.4.2"))
 

Reply via email to