Skip to content

Commit 6759b2e

Browse files
authored
Update README.md
1 parent 114d6e9 commit 6759b2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ With `rust-script` Rust files and expressions can be executed just like a shell
2727
You can get an overview of the available options using the `--help` flag.
2828

2929
## News
30-
**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).
31-
32-
**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).
30+
See the [changelog] for information about releases and changes.
3331

3432
## Installation
3533

0 commit comments

Comments
 (0)