From 1450b2254bf491cb3284a0ae25cbb913959f3192 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:45:16 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- default.nix | 2 +- man/man1/rtx.1 | 4 ++-- packaging/rpm/rtx.spec | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34342bd83a..8bdfdb8309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,7 +1770,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.11.6" +version = "2023.11.7" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index b44b400cec..21d0d2019b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.11.6" +version = "2023.11.7" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 1347c84560..4ed9baef34 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install rtx on macOS (other methods [here](#installation)): $ curl https://rtx.pub/rtx-latest-macos-arm64 > ~/bin/rtx $ chmod +x ~/bin/rtx $ rtx --version -rtx 2023.11.6 +rtx 2023.11.7 ``` Hook rtx into your shell (pick the right one for your shell): @@ -352,7 +352,7 @@ npx rtx-cli exec python@3.11 -- python some_script.py Download the latest release from [GitHub](https://github.com/jdx/rtx/releases). ``` -curl https://github.com/jdx/rtx/releases/download/v2023.11.6/rtx-v2023.11.6-linux-x64 > /usr/local/bin/rtx +curl https://github.com/jdx/rtx/releases/download/v2023.11.7/rtx-v2023.11.7-linux-x64 > /usr/local/bin/rtx chmod +x /usr/local/bin/rtx ``` diff --git a/default.nix b/default.nix index dc20680c63..04a6e03552 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.11.6"; + version = "2023.11.7"; src = lib.cleanSource ./.; diff --git a/man/man1/rtx.1 b/man/man1/rtx.1 index 0254d9559f..61a705b684 100644 --- a/man/man1/rtx.1 +++ b/man/man1/rtx.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH rtx 1 "rtx 2023.11.6" +.TH rtx 1 "rtx 2023.11.7" .SH NAME rtx \- Polyglot runtime manager (asdf rust clone) .SH SYNOPSIS @@ -150,6 +150,6 @@ Examples: $ rtx use \-g node@system Use system node everywhere unless overridden $ rtx x node@20 \-\- node app.js Run `node app.js` with node\-20.x on PATH .SH VERSION -v2023.11.6 +v2023.11.7 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index 1c7c566de1..b43dfb6e58 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.11.6 +Version: 2023.11.7 Release: 1 URL: https://github.com/jdx/rtx/ Group: System