Skip to content

Commit 0638171

Browse files
authored
prepare for release (#2016)
1 parent 8325455 commit 0638171

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: renv
22
Type: Package
33
Title: Project Environments
4-
Version: 1.0.10.9000
4+
Version: 1.0.11
55
Authors@R: c(
66
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0003-2880-7407")),

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# renv (development version)
2+
# renv 1.0.11
33

44
* Fixed an issue where headers were not properly passed to `available.packages()`
55
during `renv` bootstrap. (#1942)
@@ -10,7 +10,7 @@
1010
* `renv` now includes compiled extensions on Linux + macOS. These
1111
extensions are primarily used to improve the performance of
1212
`renv::dependencies()` and other static analysis code.
13-
Support for Windows will come in a future release.
13+
Support for Windows may come in a future release.
1414

1515
* Fixed an issue where `renv::snapshot()` could fail if the project
1616
contained a call to `module()` with no arguments. (#2007)

0 commit comments

Comments
 (0)