Skip to content

Commit

Permalink
Bump version number to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 20, 2023
1 parent a85d4b7 commit 2113735
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 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.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Gábor Csárdi <[email protected]"]
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# rig 0.5.3

* rig can now install x86_64 R 4.3.0 and later on macOS.

* rig now does a better job when resolving R versions.

# rig 0.5.2

* rig now always runs non-interactively on Linux from a root shell (#117).
Expand Down
8 changes: 4 additions & 4 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.5.2</version>
<version>0.5.3</version>
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
<owners>Gábor Csárdi</owners>
<title>rig</title>
Expand Down Expand Up @@ -48,11 +48,11 @@
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
</description>
<releaseNotes>
# rig 0.5.2
# rig 0.5.3

* rig now always runs non-interactively on Linux from a root shell (#117).
* rig can now install x86_64 R 4.3.0 and later on macOS.

* rig now always uses `--vanilla` when running R (#120).
* rig now does a better job when resolving R versions.
</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.5.2"
#define MyAppVersion "0.5.3"
#define MyAppPublisher "Gabor Csardi"
#define MyAppURL "https://github.com/r-lib/rig"
#define MyAppExeName "rig.exe"
Expand Down

0 comments on commit 2113735

Please sign in to comment.