From d0c46afc428301c375897fad403f74a945cbbfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 20 Sep 2022 10:31:30 +0200 Subject: [PATCH] Bump version to 0.5.2 Prepare for release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- NEWS.md | 2 +- choco/rig/rig.nuspec | 9 ++++----- rig.iss | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c8da50..82d46e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "rig" -version = "0.5.1" +version = "0.5.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 8fb2b4f..b122213 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rig" -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = ["Gábor Csárdi rig - 0.5.1 + 0.5.2 https://github.com/r-lib/rig Gábor Csárdi rig @@ -48,12 +48,11 @@ Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues -# rig 0.5.1 +# rig 0.5.2 -* rig now prints output from `apt`, etc. like regular logging output on Linux. +* rig now always runs non-interactively on Linux from a root shell (#117). -* rig now supports the alises `oldrel`, `release`, `next`, `devel` in - `rig default`, `rig rm`, `rig rstudio`, etc. (#108). +* rig now always uses `--vanilla` when running R (#120). diff --git a/rig.iss b/rig.iss index 7e4c225..718a18d 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.1" +#define MyAppVersion "0.5.2" #define MyAppPublisher "Gabor Csardi" #define MyAppURL "https://github.com/r-lib/rig" #define MyAppExeName "rig.exe"