Skip to content

Commit

Permalink
Prepare for 0.6.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 17, 2024
1 parent 0e7f708 commit e26b01d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "rig"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Gábor Csárdi <csardi.gabor@gmail.com"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

* rig now supports Rtools44 on Windows.

* rig now defaults to Rtools42 for R 4.2.x on Windows.

# rig 0.6.0

* rig now supports RPM based distros, in addition to Deboan and Ubuntu (#28).
Expand Down
35 changes: 4 additions & 31 deletions choco/rig/rig.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rig</id>
<version>0.6.0</version>
<version>0.6.1</version>
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
<owners>Gábor Csárdi</owners>
<title>rig</title>
Expand Down Expand Up @@ -54,37 +54,10 @@
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
</description>
<releaseNotes>
# 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.
</releaseNotes>
</metadata>
</package>
2 changes: 1 addition & 1 deletion rig.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e26b01d

Please sign in to comment.