Skip to content

Commit

Permalink
prepare for release (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey authored Oct 12, 2024
1 parent 8325455 commit 0638171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 0638171

Please # to comment.