From 451f661fac80cce253d66b813e363d1911a66878 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 14 Jul 2020 20:57:06 +0000 Subject: [PATCH] Bump the version to 0.2.3 and update the NEWS file. --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d13300..326a882 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: longears Title: A Fast and Fully-Featured 'RabbitMQ' Client -Version: 0.2.2 +Version: 0.2.3 Authors@R: c( person("Aaron", "Jacobs", role = c("aut", "cre"), email = "atheriel@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 0e46a45..7a4f377 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# longears 0.2.2.9000 +# longears 0.2.3 - `amqp_listen()` will now respect the timeout value even when processing many messages. To reliably consume "endlessly", use a `while(TRUE)` loop. @@ -10,6 +10,8 @@ it turns out that re-using these handles can sometimes cause issues when attempting to reconnect to a server. +- Fix compilation issues due to a missing header on pre-3.4 versions of R. + # longears 0.2.2 - `amqp_publish()` will now accept raw vectors for the message body in addition