Skip to content

Commit 4343fc3

Browse files
committed
Bump version
1 parent 3415532 commit 4343fc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fs
22
Title: Cross-Platform File System Operations Based on 'libuv'
3-
Version: 1.9000
3+
Version: 2.0.0
44
Authors@R: c(
55
person("Jim", "Hester", role = "aut"),
66
person("Hadley", "Wickham", role = "aut"),

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# fs 2.0.0
22

3-
* On Linux it is now recommended to build against your system version of libuv.
4-
The envvar USE_BUNDLED_LIBUV can be used to build a static version instead.
3+
* On Linux we now build against the system version of libuv if available.
4+
Set envvar USE_BUNDLED_LIBUV to force building a static version instead.
55

6-
* Vendored version of libuv was updated to 1.52.0. This version now requires
7-
cmake to build.
6+
* Vendored version of libuv was updated to 1.52.0. This version now uses
7+
cmake instead of autotools to build.
88

99
# fs 1.6.7
1010

0 commit comments

Comments
 (0)