Skip to content

Commit 578dd12

Browse files
authored
Update README.md
1 parent 2a71647 commit 578dd12

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22
ul li:not(:last-child) { margin-bottom: 0.4em; }
33
</style>
44

5-
## News
6-
**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.
7-
8-
**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.
9-
10-
**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.
11-
12-
**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.
13-
145
- [Overview](#overview)
6+
- [News](#news)
157
- [Installation](#installation)
168
- [Distro Packages](#distro-packages)
179
- [Arch Linux](#arch-linux)
@@ -34,6 +26,15 @@ With `rust-script` Rust files and expressions can be executed just like a shell
3426

3527
You can get an overview of the available options using the `--help` flag.
3628

29+
## News
30+
**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.
31+
32+
**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.
33+
34+
**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.
35+
36+
**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.
37+
3738
## Installation
3839

3940
Install or update `rust-script` using Cargo:

0 commit comments

Comments
 (0)