From 82b5e31aa3b742bfac1eba7b9995904f2b905f4e Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 19 Jun 2023 09:01:49 +0300 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.20.0 --- NEWS.org | 9 +++++++++ sweeprolog.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 7384d73..2457b82 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,15 @@ SWI-Prolog in Emacs. For further details, please consult the manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]]. +* Version 0.20.0 on 2023-06-19 + +** New user option ~sweeprolog-top-level-persistent-history~ + +This option controls if and where Sweep top-level buffers store their +input history persistently. Persistent history is off by default, +refer to the "Top-level History" section in the manual for more +details. + * Version 0.19.1 on 2023-06-14 ** New user option ~sweeprolog-predicate-visible-p-function~ diff --git a/sweeprolog.el b/sweeprolog.el index 8793c7c..ff26ebf 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht> ;; Keywords: prolog languages extensions ;; URL: https://git.sr.ht/~eshel/sweep -;; Package-Version: 0.19.1 +;; Package-Version: 0.20.0 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.5