From: Eshel Yaron Date: Wed, 23 Nov 2022 19:40:38 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.9.0 X-Git-Tag: V8.5.20-sweep-0.9.0 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9a4291ea92d1c16dce4c42f2de606f04bf4c4fa;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.9.0 --- 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.