Skip to content

Commit 0423229

Browse files
committed
Small version bump
1 parent 26c9c4c commit 0423229

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
^src/.*\.o$
3232
^src/Makevars$
3333
^configure.log$
34+
^.deps$
35+
^autobrew$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Makefile
2121
docs
2222
/revdep
2323
configure.log
24+
autobrew
25+
.deps

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: 2.0.0.9000
3+
Version: 2.0.1
44
Authors@R: c(
55
person("Jim", "Hester", role = "aut"),
66
person("Hadley", "Wickham", role = "aut"),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# fs 2.0.1
2+
3+
* Fix bug in finding system version of libuv, now actually works :)
4+
5+
* Workaround for MacOS if no cmake is available
6+
17
# fs 2.0.0
28

39
* On Linux we now build against the system version of libuv if available.

cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
rm -f src/Makevars configure.log
2+
rm -f src/Makevars configure.log autobrew .deps

0 commit comments

Comments
 (0)