From: Eshel Yaron Date: Tue, 30 May 2023 19:34:37 +0000 (+0300) Subject: Announce recent changes in NEWS.org and bump version to 0.18.2 X-Git-Tag: V9.1.10-sweep-0.18.4~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=390b76c4c6c5f20e502e59ed817ab1ee0f951455;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.18.2 --- diff --git a/NEWS.org b/NEWS.org index 483e70d..0bae024 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.18.2 on 2023-05-30 + +** New command ~sweeprolog-make-example-usage-comment~ + +This command, bound to ~C-c C-%~ in ~sweeprolog-mode~ buffers, lets +you capture and insert top-level interaction logs demonstrating your +code's usage as source code comments. See the new "Example Usage +Comments" in the manual for more details. + * Version 0.18.1 on 2023-05-26 ** Support for SWI-Prolog's new macros mechanism diff --git a/sweeprolog.el b/sweeprolog.el index 240d264..2ac0550 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.18.1 +;; Package-Version: 0.18.2 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.