diff --git a/Cargo.lock b/Cargo.lock index 9d85d3f..8729f1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1217,7 +1217,7 @@ dependencies = [ [[package]] name = "rig" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 79297ff..d35f54a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rig" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Gábor Csárdi rig - 0.6.0 + 0.6.1 https://github.com/r-lib/rig Gábor Csárdi rig @@ -54,37 +54,10 @@ Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues -# rig 0.6.0 +# rig 0.6.1 -- New `rig available` command to list R versions available to install. - `rig available --list-distros` lists the supported Linux distributions. - -- New `rig run` to run R, an R script or an R project, using the selected - R version (#161). - -- rig now works in a shell that is a subprocess or R, e.g. in the - RStudio terminal (#127). - -- `rig resolve` now has a `--platform` and a `--arch` arguments, to look up - available R versions for any supported platform, instead of the current - one. - -- `rig ls --plain` lists only the R version names, this is useful in - shell scripts (#128). - -- `rig rstudio` now starts RStudio with the correct working directory - and project (#139, #100). - -- macOS: `rig add` now only changes the permission for the R version - that it is installing (#109). - -- Windows: `rig rstudio` now starts the correct R version, even with newer - RStudio versions (#134). - -- Windows: rig now works in PowerShell 7. - -- Windows: the rig installer now does not create shortcut in the start - menu (#160). +- rig now supports Rtools44 on Windows, and defaults to using + Rtools42 for R 4.2.x. diff --git a/rig.iss b/rig.iss index ec5b103..3e7b38a 100644 --- a/rig.iss +++ b/rig.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "rig -- The R Installation Manager" -#define MyAppVersion "0.6.0" +#define MyAppVersion "0.6.1" #define MyAppPublisher "Gabor Csardi" #define MyAppURL "https://github.com/r-lib/rig" #define MyAppExeName "rig.exe"