Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
Prepare for release.
  • Loading branch information
gaborcsardi committed Sep 20, 2022
1 parent d247e92 commit d0c46af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 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.1"
version = "0.5.2"
edition = "2021"
authors = ["Gábor Csárdi <csardi.gabor@gmail.com"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# rig 0.5.2 (unreleased)
# rig 0.5.2

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

Expand Down
9 changes: 4 additions & 5 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.1</version>
<version>0.5.2</version>
<packageSourceUrl>https://github.com/r-lib/rig</packageSourceUrl>
<owners>Gábor Csárdi</owners>
<title>rig</title>
Expand Down Expand Up @@ -48,12 +48,11 @@
Please open an issue in our issue tracker at https://github.com/r-lib/rig/issues
</description>
<releaseNotes>
# rig 0.5.1
# rig 0.5.2

* rig now prints output from `apt`, etc. like regular logging output on Linux.
* rig now always runs non-interactively on Linux from a root shell (#117).

* rig now supports the alises `oldrel`, `release`, `next`, `devel` in
`rig default`, `rig rm`, `rig rstudio`, etc. (#108).
* rig now always uses `--vanilla` when running R (#120).
</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.1"
#define MyAppVersion "0.5.2"
#define MyAppPublisher "Gabor Csardi"
#define MyAppURL "https://github.com/r-lib/rig"
#define MyAppExeName "rig.exe"
Expand Down

0 comments on commit d0c46af

Please sign in to comment.