Skip to content

Commit e26b01d

Browse files
committed
Prepare for 0.6.1 pre-release
1 parent 0e7f708 commit e26b01d

File tree

5 files changed

+9
-34
lines changed

5 files changed

+9
-34
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "rig"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66
authors = ["Gábor Csárdi <[email protected]"]
77
license = "MIT"

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
* rig now supports Rtools44 on Windows.
55

6+
* rig now defaults to Rtools42 for R 4.2.x on Windows.
7+
68
# rig 0.6.0
79

810
* rig now supports RPM based distros, in addition to Deboan and Ubuntu (#28).

choco/rig/rig.nuspec

+4-31
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>rig</id>
5-
<version>0.6.0</version>
5+
<version>0.6.1</version>
66
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
77
<owners>Gábor Csárdi</owners>
88
<title>rig</title>
@@ -54,37 +54,10 @@
5454
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
5555
</description>
5656
<releaseNotes>
57-
# rig 0.6.0
57+
# rig 0.6.1
5858

59-
- New `rig available` command to list R versions available to install.
60-
`rig available --list-distros` lists the supported Linux distributions.
61-
62-
- New `rig run` to run R, an R script or an R project, using the selected
63-
R version (#161).
64-
65-
- rig now works in a shell that is a subprocess or R, e.g. in the
66-
RStudio terminal (#127).
67-
68-
- `rig resolve` now has a `--platform` and a `--arch` arguments, to look up
69-
available R versions for any supported platform, instead of the current
70-
one.
71-
72-
- `rig ls --plain` lists only the R version names, this is useful in
73-
shell scripts (#128).
74-
75-
- `rig rstudio` now starts RStudio with the correct working directory
76-
and project (#139, #100).
77-
78-
- macOS: `rig add` now only changes the permission for the R version
79-
that it is installing (#109).
80-
81-
- Windows: `rig rstudio` now starts the correct R version, even with newer
82-
RStudio versions (#134).
83-
84-
- Windows: rig now works in PowerShell 7.
85-
86-
- Windows: the rig installer now does not create shortcut in the start
87-
menu (#160).
59+
- rig now supports Rtools44 on Windows, and defaults to using
60+
Rtools42 for R 4.2.x.
8861
</releaseNotes>
8962
</metadata>
9063
</package>

rig.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "rig -- The R Installation Manager"
5-
#define MyAppVersion "0.6.0"
5+
#define MyAppVersion "0.6.1"
66
#define MyAppPublisher "Gabor Csardi"
77
#define MyAppURL "https://github.com/r-lib/rig"
88
#define MyAppExeName "rig.exe"

0 commit comments

Comments
 (0)