From 75ea97b686aa6389dfcb1a79713e2041ebbb0706 Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
Date: Sat, 11 Feb 2023 18:26:30 +0200
Subject: [PATCH] Announce recent changes in NEWS.org and bump version to
 0.16.0

---
 NEWS.org      | 25 +++++++++++++++++++++++++
 sweeprolog.el |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index c3a5652..e07eb4a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,31 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
 
+* Version 0.16.0 on 2023-02-11
+
+** New user option ~sweeprolog-rename-variable-allow-existing~
+
+This user option controls what happens when you try to rename a
+variable with ~C-c C-r~ (~sweeprolog-rename-variable~) to the name of
+another existing variable.  By default this is set to ~confirm~, which
+causes ~sweeprolog-rename-variable~ to notify and ask you for
+confirmation is such cases.
+
+** New commands for managing numbered variables
+
+This version include two new commands for managing numbers in Prolog
+variable names, ~sweeprolog-increment-numbered-variables~ and
+~sweeprolog-decrement-numbered-variables~, bound to ~C-c C-+~ and ~C-c C--~
+respectively.  See the new "Numbered Variables" manual section for
+more information.
+
+** Integration with Info lookup commands
+
+You can use the standard ~C-h K~ and ~C-h F~ commands to find the Info
+manual node documenting a given Sweep command.
+
+** Bug fix in end-of-clause detection with ~Dict.key~ terms
+
 * Version 0.15.0 on 2023-02-01
 
 ** New command ~sweeprolog-rename-variable~
diff --git a/sweeprolog.el b/sweeprolog.el
index 183a677..990b3e0 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.15.0
+;; Package-Version: 0.16.0
 ;; Package-Requires: ((emacs "28.1"))
 
 ;; This file is NOT part of GNU Emacs.
-- 
2.39.5