File tree 5 files changed +13
-7
lines changed
5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[package ]
3
3
name = " rig"
4
- version = " 0.5.2 "
4
+ version = " 0.5.3 "
5
5
edition = " 2021"
6
6
authors = [
" Gábor Csárdi <[email protected] " ]
7
7
license = " MIT"
Original file line number Diff line number Diff line change 1
1
2
+ # rig 0.5.3
3
+
4
+ * rig can now install x86_64 R 4.3.0 and later on macOS.
5
+
6
+ * rig now does a better job when resolving R versions.
7
+
2
8
# rig 0.5.2
3
9
4
10
* rig now always runs non-interactively on Linux from a root shell (#117 ).
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >rig</id >
5
- <version >0.5.2 </version >
5
+ <version >0.5.3 </version >
6
6
<packageSourceUrl >https://github.com/r-lib/rig</packageSourceUrl >
7
7
<owners >Gábor Csárdi</owners >
8
8
<title >rig</title >
48
48
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
49
49
</description >
50
50
<releaseNotes >
51
- # rig 0.5.2
51
+ # rig 0.5.3
52
52
53
- * rig now always runs non-interactively on Linux from a root shell (#117) .
53
+ * rig can now install x86_64 R 4.3.0 and later on macOS .
54
54
55
- * rig now always uses `--vanilla` when running R (#120) .
55
+ * rig now does a better job when resolving R versions .
56
56
</releaseNotes >
57
57
</metadata >
58
58
</package >
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " rig -- The R Installation Manager"
5
- #define MyAppVersion " 0.5.2 "
5
+ #define MyAppVersion " 0.5.3 "
6
6
#define MyAppPublisher " Gabor Csardi"
7
7
#define MyAppURL " https://github.com/r-lib/rig"
8
8
#define MyAppExeName " rig.exe"
You can’t perform that action at this time.
0 commit comments