From c9a4291ea92d1c16dce4c42f2de606f04bf4c4fa Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 23 Nov 2022 21:40:38 +0200 Subject: [PATCH] Announce recent changes in NEWS.org and bump version to 0.9.0 --- NEWS.org | 14 ++++++++++++++ sweeprolog.el | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index dbdcfc2..a3268f2 100644 --- a/NEWS.org +++ b/NEWS.org @@ -11,6 +11,20 @@ SWI-Prolog in Emacs. For further details, please consult the manual: . +* Version 0.9.0 on 2022-11-23 + +** New command for creating =PlUnit= test blocks + +The new command ~sweeprolog-plunit-testset-skeleton~, accessible from +the =Sweep= menu-bar entry, inserts a template for a block of unit tests +at the location of the cursor. + +** Fixes + +- Fixed and added regression tests for an issue where + ~sweeprolog-beginning-of-next-top-term~ would get confused by + multi-line comments starting at the beginning of a line. + * Version 0.8.13 on 2022-11-23 This is a bug-fix release, solving an issue introduced in version diff --git a/sweeprolog.el b/sweeprolog.el index 7faf331..3264299 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.8.13 +;; Package-Version: 0.9.0 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs. -- 2.39.2