Skip to content

Commit a186dcb

Browse files
authored
Update README.md
1 parent 8b324ff commit a186dcb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +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-05-01:** [Version 0.27.0](https://github.com/fornwall/rust-script/releases/tag/0.27.0) has been released, replacing dirs-next with dirs and updating winreg.
31-
32-
**2023-04-14:** [Version 0.26.0](https://github.com/fornwall/rust-script/releases/tag/0.26.0) has been released, detecting `extern "C"` main functions.
33-
34-
**2023-04-11:** [Version 0.25.0](https://github.com/fornwall/rust-script/releases/tag/0.25.0) has been released, fixing whitespace between `main` and `()` not working, and avoids having shebangs cause a line number mismatch.
35-
36-
**2023-04-05:** [Version 0.24.0](https://github.com/fornwall/rust-script/releases/tag/0.24.0) has been released, containing a fix for Windows executable caching not working.
37-
38-
**2023-03-25:** [Version 0.23.0](https://github.com/fornwall/rust-script/releases/tag/0.23.0) has been released, bringing improved performance on subsequent runs, flexibility using `-p`/`--package` by printing the path to the generated package and avoids breakage due to rust toolchain files.
30+
**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.
3931

4032
## Installation
4133

0 commit comments

Comments
 (0)