Skip to content

Commit

Permalink
Increment to 0.5.1 for patch of R6 class
Browse files Browse the repository at this point in the history
  • Loading branch information
al-obrien committed Dec 4, 2023
1 parent 19b3f0f commit c2585a6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rosv
Title: Client to Access and Operate on the 'Open Source Vulnerability' API
Version: 0.5.0.9000
Version: 0.5.1
Authors@R:
person("Allen", "OBrien", , "[email protected]", role = c("aut", "cre", "cph"))
Description: Connect, query, and operate on information available from the
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rosv (development version)
# rosv 0.5.1

* Missing :: for some functions (e.g. `purrr::list_rbind()`)

Expand Down
82 changes: 41 additions & 41 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
# Platform

|field |value |
|:--------|:------------------------------------------|
|version |R version 4.3.1 (2023-06-16 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_Canada.utf8 |
|ctype |English_Canada.utf8 |
|tz |America/Edmonton |
|date |2023-11-22 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |NA |
|field |value |
|:--------|:------------------------------------------------------------------------------------|
|version |R version 4.3.1 (2023-06-16 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_Canada.utf8 |
|ctype |English_Canada.utf8 |
|tz |America/Edmonton |
|date |2023-12-04 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |3.1.1 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:----------|:------|:----------|:--|
|rosv |0.4.2 |0.4.2.9000 |* |
|askpass |1.2.0 |1.2.0 | |
|cachem |1.0.8 |1.0.8 | |
|cli |3.6.1 |3.6.1 | |
|curl |5.1.0 |5.1.0 | |
|digest |0.6.33 |0.6.33 | |
|fastmap |1.1.1 |1.1.1 | |
|furrr |0.3.1 |0.3.1 | |
|future |1.33.0 |1.33.0 | |
|globals |0.16.2 |0.16.2 | |
|glue |1.6.2 |1.6.2 | |
|httr2 |1.0.0 |1.0.0 | |
|jsonlite |1.8.7 |1.8.7 | |
|lifecycle |1.0.4 |1.0.4 | |
|listenv |0.9.0 |0.9.0 | |
|magrittr |2.0.3 |2.0.3 | |
|memoise |2.0.1 |2.0.1 | |
|openssl |2.1.1 |2.1.1 | |
|parallelly |1.36.0 |1.36.0 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |0.3.3 |0.3.3 | |
|rlang |1.1.2 |1.1.2 | |
|sys |3.4.2 |3.4.2 | |
|vctrs |0.6.4 |0.6.4 | |
|withr |2.5.2 |2.5.2 | |
|package |old |new |Δ |
|:----------|:------|:------|:--|
|rosv |0.5.0 |0.5.1 |* |
|askpass |1.2.0 |1.2.0 | |
|cachem |1.0.8 |1.0.8 | |
|cli |3.6.1 |3.6.1 | |
|curl |5.1.0 |5.1.0 | |
|digest |0.6.33 |0.6.33 | |
|fastmap |1.1.1 |1.1.1 | |
|furrr |0.3.1 |0.3.1 | |
|future |1.33.0 |1.33.0 | |
|globals |0.16.2 |0.16.2 | |
|glue |1.6.2 |1.6.2 | |
|httr2 |1.0.0 |1.0.0 | |
|jsonlite |1.8.7 |1.8.7 | |
|lifecycle |1.0.4 |1.0.4 | |
|listenv |0.9.0 |0.9.0 | |
|magrittr |2.0.3 |2.0.3 | |
|memoise |2.0.1 |2.0.1 | |
|openssl |2.1.1 |2.1.1 | |
|parallelly |1.36.0 |1.36.0 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|rappdirs |0.3.3 |0.3.3 | |
|rlang |1.1.2 |1.1.2 | |
|sys |3.4.2 |3.4.2 | |
|vctrs |0.6.4 |0.6.4 | |
|withr |2.5.2 |2.5.2 | |

# Revdeps

0 comments on commit c2585a6

Please sign in to comment.