summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 47759d8..37d1d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
-*- org -*-
#+TITLE: guile-xapian NEWS – History of user-visible changes
-Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+Copyright © 2022–2023 Arun Isaac <arunisaac@systemreboot.net>
Please send guile-xapian bug reports to arunisaac@systemreboot.net
+* Changes in 0.3.1 (since 0.3.0)
+** Noteworthy bug fixes
+*** Catch C++ xapian exceptions and raise them as scheme exceptions
+
* Changes in 0.3.0 (since 0.2.1)
** New dependencies
guile-xapian now depends on guile-lib for (htmlprag) used in the new
diff --git a/configure.ac b/configure.ac
index 3381eac..f953339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with guile-xapian. If not, see
dnl <https://www.gnu.org/licenses/>.
-AC_INIT([guile-xapian], [0.3.0])
+AC_INIT([guile-xapian], [0.3.1])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip])
AM_SILENT_RULES([yes])
LT_INIT