branch: elpa/sweeprolog commit 390b76c4c6c5f20e502e59ed817ab1ee0f951455 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
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 483e70dca8..0bae0248ca 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 240d26404f..2ac05503e4 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/d...@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.