File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
9
9
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
10
10
11
+ ## ` 0.10.1 ` - July 15th, 2025
12
+
13
+ ### Fixed
14
+
15
+ - Fixed a regression where it was not possible to run directories with ` init.luau ` files in them directly using ` lune run directory-name ` .
16
+ - Fixed a panic when calling ` process.exit ` inside a file that ` require ` was called on. ([ #333 ] )
17
+ - Fixed a panic when calling ` process.exit ` inside a request handler for ` net.serve ` . ([ #333 ] )
18
+
19
+ [ #333 ] : https://github.com/lune-org/lune/pull/333
20
+
11
21
## ` 0.10.0 ` - July 15th, 2025
12
22
13
23
This version of Lune contains a major internal refactoring of the ` require ` function, now using the proper require-by-string APIs exposed by Luau.
You can’t perform that action at this time.
0 commit comments