From 65aebdae1ac3c99bdc3bbc87472c193e94046025 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Tue, 15 Oct 2024 20:42:42 +0200 Subject: [PATCH] Increment version number to 1.0.5 --- DESCRIPTION | 2 +- NEWS.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7604933..f8c01cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: coro Title: 'Coroutines' for R -Version: 1.0.4.9000 +Version: 1.0.5 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) diff --git a/NEWS.md b/NEWS.md index b815782..fa52e85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ -# coro (development version) +# coro 1.0.5 * Async functions created by `coro::async()` now return their `promises::promise()` invisibly (#46, @shikokuchuo). +* Fixes for CRAN checks. + + # coro 1.0.4 * Internal fix for R-devel.