Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
mirai.promises 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Apr 13, 2024
1 parent 4d09dd7 commit 84aa505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mirai.promises
Type: Package
Title: Make 'Mirai' 'Promises'
Version: 0.4.1.9000
Version: 0.5.0
Description: Allows 'mirai' objects encapsulating asynchronous computations,
from the 'mirai' package by Gao (2023) <doi:10.5281/zenodo.7912722>, to be
used interchangeably with 'promise' objects from the 'promises' package by
Expand Down Expand Up @@ -29,5 +29,5 @@ Imports:
nanonext (>= 0.13.3),
promises (>= 1.3.0)
Suggests:
mirai (>= 0.12.1)
mirai (>= 0.13.2)
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai.promises 0.4.1.9000 (development)
# mirai.promises 0.5.0

* Updates promises method for improved integration with Shiny (thanks @jcheng5).
* Adds is.promising() method for 'recvAio'.
Expand Down

0 comments on commit 84aa505

Please sign in to comment.