Skip to content

Commit

Permalink
Increment version number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Oct 15, 2024
1 parent 8b22e97 commit 65aebda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 65aebda

Please sign in to comment.