diff --git a/DESCRIPTION b/DESCRIPTION index 9ed61818e..a1d3c0f75 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: pak -Version: 0.2.1.9999 +Version: 0.3.0 Title: Another Approach to Package Installation Description: The goal of 'pak' is to make package installation faster and more reliable. In particular, it performs all HTTP operations in parallel, diff --git a/NEWS.md b/NEWS.md index 0b6fb07f4..f6c81c31d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# 0.2.1.9999 (rc) +# pak 0.3.0 * pak functions that used to return tibbles return data frames now. While data frames and tibbles are very similar, they are not completely