branch: elpa/sweeprolog
commit 38ebce23cc857a81aba4f10f2bbca5868c0e0112
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    Announce recent changes in NEWS.org and bump version to 0.23.1
---
 NEWS.org      |  7 +++++++
 sweep.texi    | 12 ++++++------
 sweeprolog.el |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 99500c2c15..98dd0bf319 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,13 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.23.1 on 2023-08-30
+
+** Documentation improvements and minor bug fixes
+
+This is a maintenance release, including a rewrite of the Sweep manual
+in Texinfo format along with some minor bug fixes and improvements.
+
 * Version 0.23.0 on 2023-08-18
 
 ** Sweep now requires Compat, the forward-compatibility library for Elisp
diff --git a/sweep.texi b/sweep.texi
index 2e10305323..13d558d0ba 100644
--- a/sweep.texi
+++ b/sweep.texi
@@ -11,9 +11,9 @@
 @c %**end of header
 
 @copying
-This manual is for Sweep (version 0.23.0), which provides an embedded
-SWI-Prolog runtime inside of Emacs along with an advanced SWI-Prolog
-development environment.
+This manual is for Sweep (version 0.23.1), an Emacs package providing
+an embedded SWI-Prolog runtime inside of Emacs along with an advanced
+SWI-Prolog development environment.
 
 Copyright @copyright{} 2022-2023 Eshel Yaron.
 
@@ -42,9 +42,9 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover 
Texts.
 @node Top
 @top Sweep: SWI-Prolog Embedded in Emacs
 
-This manual is for Sweep (version 0.23.0), which provides an embedded
-SWI-Prolog runtime inside of Emacs along with an advanced SWI-Prolog
-development environment.
+This manual is for Sweep (version 0.23.1), an Emacs package providing
+an embedded SWI-Prolog runtime inside of Emacs along with an advanced
+SWI-Prolog development environment.
 
 @end ifnottex
 
diff --git a/sweeprolog.el b/sweeprolog.el
index 6a0dd5b1a8..49cf0d5756 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.23.0
+;; Package-Version: 0.23.1
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.2"))
 
 ;; This file is NOT part of GNU Emacs.

Reply via email to