branch: elpa/sweeprolog
commit 6d0e54d68b1e901beb0233ee342a8f279d11afa0
Author: Eshel Yaron <[email protected]>
Commit: Eshel Yaron <[email protected]>

    Announce recent changes in NEWS.org and bump version to 0.10.0
---
 NEWS.org      | 12 ++++++++++++
 sweeprolog.el |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 261a5bc082..50cc9de54a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,18 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.10.0 on 2022-12-25
+
+** New command ~sweeprolog-insert-term-with-holes~
+
+This command, bound to ~C-c C-m~ (or ~C-c RET~) is ~sweeprolog-mode~
+buffers, inserts a Prolog term at point with a given functor and
+arity, using holes in place of the term's arguments.
+
+** Holes are now always highlighted as such, even in incomplete terms
+
+** Fix possible crash when resetting ~sweep~ with ~sweeprolog-restart~
+
 * Version 0.9.6 on 2022-12-17
 
 ** Indentation in ~sweeprolog-mode~ now respects ~indent-tabs-mode~
diff --git a/sweeprolog.el b/sweeprolog.el
index 9f6799d03e..65a582d6a7 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Eshel Yaron <~eshel/[email protected]>
 ;; Keywords: prolog languages extensions
 ;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.9.6
+;; Package-Version: 0.10.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.

Reply via email to