From 6759b2e426480cc62952bc816917aa13f39e2298 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 27 Sep 2023 01:31:59 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 64909bd..1acc72f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,9 +27,7 @@ With `rust-script` Rust files and expressions can be executed just like a shell You can get an overview of the available options using the `--help` flag. ## News -**2023-08-04:** [Version 0.31.0](https://github.com/fornwall/rust-script/releases/tag/0.31.0) has been released, adding support for `-w`/`--wrapper`, which can be used to add a wrapper around the executable, as in `rust-script --debug --wrapper rust-lldb my-script.rs` or `rust-script --wrapper "hyperfine --runs 100" my-script.rs`. See [#54](https://github.com/fornwall/rust-script/issues/54) and [#112](https://github.com/fornwall/rust-script/pull/112). - -**2023-07-27:** [Version 0.30.0](https://github.com/fornwall/rust-script/releases/tag/0.30.0) has been released, adding the `-b`/`--base-path` option which can be used for e.g. Justfile integration. See [#109](https://github.com/fornwall/rust-script/issues/109). +See the [changelog] for information about releases and changes. ## Installation