diff --git a/Cargo.lock b/Cargo.lock index 82d46e1..fdefbf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "rig" -version = "0.5.2" +version = "0.5.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index b122213..d2de55b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rig" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Gábor Csárdi rig - 0.5.2 + 0.5.3 https://github.com/r-lib/rig Gábor Csárdi rig @@ -48,11 +48,11 @@ Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues -# rig 0.5.2 +# rig 0.5.3 -* rig now always runs non-interactively on Linux from a root shell (#117). +* rig can now install x86_64 R 4.3.0 and later on macOS. -* rig now always uses `--vanilla` when running R (#120). +* rig now does a better job when resolving R versions. diff --git a/rig.iss b/rig.iss index 718a18d..56839fc 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.5.2" +#define MyAppVersion "0.5.3" #define MyAppPublisher "Gabor Csardi" #define MyAppURL "https://github.com/r-lib/rig" #define MyAppExeName "rig.exe"