From a0e174d17b4c73c4891da5e63b29948bf4868060 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:29:24 +0100 Subject: [PATCH] increment version --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f7adc6a1..d533efdbd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nanonext Type: Package Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library -Version: 1.2.1.9024 +Version: 1.2.1.9025 Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library implementing 'Scalability Protocols', a reliable, high-performance standard for common communications patterns including diff --git a/NEWS.md b/NEWS.md index c638e6a07..22ef8475b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# nanonext 1.2.1.9024 (development) +# nanonext 1.2.1.9025 (development) #### New Features @@ -10,7 +10,7 @@ * Warning messages for unserialization or conversion failures of received data are now suppressable. * Upgrades `reply()` to always return even when there is an evaluation error. This allows it to be used safely in a loop without exiting early, for example. * Removes deprecated and defunct `next_config()`. -* Performance enhancements for `promises::as.promise()` methods. +* Internal performance enhancements. * Updates bundled 'libnng' v1.8.0 with latest patches. # nanonext 1.2.1