Skip to content

Commit e035801

Browse files
authored
Update README.md
1 parent 3de363e commit e035801

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/README.md

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

5+
## News
6+
- **2023-03-25:** [Version 0.23.0](https://github.com/fornwall/rust-script/releases/tag/0.23.0) has been released, bring 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.
7+
58
- [Overview](#overview)
69
- [Installation](#installation)
710
- [Distro Packages](#distro-packages)
@@ -13,11 +16,6 @@
1316
- [Environment Variables](#environment-variables)
1417
- [Troubleshooting](#troubleshooting)
1518

16-
**Latest release:** [Version 0.23.0](https://github.com/fornwall/rust-script/releases/tag/0.23.0), released 2023-03-25.
17-
18-
## News
19-
- **2023-03-25:** [Version 0.23.0](https://github.com/fornwall/rust-script/releases/tag/0.23.0) has been released, bring 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.
20-
2119
## Overview
2220

2321
With `rust-script` Rust files and expressions can be executed just like a shell or Python script. Features include:

0 commit comments

Comments
 (0)