diff --git a/DESCRIPTION b/DESCRIPTION index 09e794ff7..f4bbf407c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: renv Type: Package Title: Project Environments -Version: 1.0.10.9000 +Version: 1.0.11 Authors@R: c( person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com", comment = c(ORCID = "0000-0003-2880-7407")), diff --git a/NEWS.md b/NEWS.md index 4e7209957..ba1f45e71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# renv (development version) +# renv 1.0.11 * Fixed an issue where headers were not properly passed to `available.packages()` during `renv` bootstrap. (#1942) @@ -10,7 +10,7 @@ * `renv` now includes compiled extensions on Linux + macOS. These extensions are primarily used to improve the performance of `renv::dependencies()` and other static analysis code. - Support for Windows will come in a future release. + Support for Windows may come in a future release. * Fixed an issue where `renv::snapshot()` could fail if the project contained a call to `module()` with no arguments. (#2007)