Skip to content

Commit 67ebad7

Browse files
committed
Bump version to 0.7.1
1 parent 1850cd5 commit 67ebad7

File tree

5 files changed

+14
-17
lines changed

5 files changed

+14
-17
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rig development
1+
# rig 0.7.1
22

33
* macOS packages now include completion files for elvish and fish shells
44
(#221, @TymekDev).

choco/rig/rig.nuspec

Lines changed: 10 additions & 13 deletions
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.7.0</version>
5+
<version>0.7.1</version>
66
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
77
<owners>Gábor Csárdi</owners>
88
<title>rig</title>
@@ -54,24 +54,21 @@
5454
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
5555
</description>
5656
<releaseNotes>
57-
# rig 0.7.0
57+
# rig 0.7.1
5858

59-
- `rig rstudio` has a new implementation that works much better.
60-
Now it always defaults to the R version in `renv.lock` for renv
61-
projects, and can open RStudio projects or directories.
59+
- `rig available --list-distros` output now includes PPM support, whether
60+
the a distro is retired, the EOL and in the JSON format also the last
61+
R version for that distro.
6262

63-
- New `rig available --list-rtools-versions` option to list available
64-
Rtools versions.
63+
- `rig run` now exits with the exit code of the R process (#261).
6564

66-
- `rig run` now does not terminate the rig process on interrupts
67-
(CTRL+C, CTRL+BREAK on Windows) (#187).
65+
- Custom certificates via the `SSL_CERT_FILE` environment variable
66+
work again (#227).
6867

69-
- New `rig system rtools` subcommand to add, remove, list
70-
Rtools versions (#18).
68+
- `rig library default` does not crash now (#240).
7169

72-
- rig now supports Rtools44 on Windows.
70+
- Windows: rig supports Rtools45 now.
7371

74-
- rig now defaults to Rtools42 for R 4.2.x on Windows.
7572
</releaseNotes>
7673
</metadata>
7774
</package>

rig.iss

Lines changed: 1 addition & 1 deletion
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.7.0"
5+
#define MyAppVersion "0.7.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)