You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,8 @@
2
2
ulli:not(:last-child) { margin-bottom: 0.4em; }
3
3
</style>
4
4
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
-
14
5
-[Overview](#overview)
6
+
-[News](#news)
15
7
-[Installation](#installation)
16
8
-[Distro Packages](#distro-packages)
17
9
-[Arch Linux](#arch-linux)
@@ -34,6 +26,15 @@ With `rust-script` Rust files and expressions can be executed just like a shell
34
26
35
27
You can get an overview of the available options using the `--help` flag.
36
28
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.
0 commit comments