Skip to content

Commit 2113735

Browse files
committed
Bump version number to 0.5.3
1 parent a85d4b7 commit 2113735

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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.5.2"
4+
version = "0.5.3"
55
edition = "2021"
66
authors = ["Gábor Csárdi <[email protected]"]
77
license = "MIT"

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

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+
28
# rig 0.5.2
39

410
* rig now always runs non-interactively on Linux from a root shell (#117).

choco/rig/rig.nuspec

+4-4
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.5.2</version>
5+
<version>0.5.3</version>
66
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
77
<owners>Gábor Csárdi</owners>
88
<title>rig</title>
@@ -48,11 +48,11 @@
4848
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
4949
</description>
5050
<releaseNotes>
51-
# rig 0.5.2
51+
# rig 0.5.3
5252

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.
5454

55-
* rig now always uses `--vanilla` when running R (#120).
55+
* rig now does a better job when resolving R versions.
5656
</releaseNotes>
5757
</metadata>
5858
</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.5.2"
5+
#define MyAppVersion "0.5.3"
66
#define MyAppPublisher "Gabor Csardi"
77
#define MyAppURL "https://github.com/r-lib/rig"
88
#define MyAppExeName "rig.exe"

0 commit comments

Comments
 (0)