From 235ca3f4f60d6203850574a314cddac63f4f9592 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 12 Nov 2024 23:20:02 +0100 Subject: [PATCH] Version 0.2.1 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a9db61f..6d36c2a 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ See the end for copying conditions. For bug reports please create an issue at https://github.com/mdjurfeldt/guile-mqtt/issues + +2024-11-12 v0.2.1 + +* Bugfix: Removed last reference to (nyacc foreign cdata) in (ffi + mosquitto) such that (mosquitto client) gets independent of NYACC + +* Cleanups + 2024-11-12 v0.2.0 diff --git a/configure.ac b/configure.ac index 74b536b..200b030 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([guile-mqtt], [0.2.0]) +AC_INIT([guile-mqtt], [0.2.1]) AM_INIT_AUTOMAKE() changequote(<, >)