From 390b76c4c6c5f20e502e59ed817ab1ee0f951455 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 30 May 2023 22:34:37 +0300 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.18.2 --- NEWS.org | 9 +++++++++ sweeprolog.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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. -- 2.39.5