Skip to content

Commit 87b1fb4

Browse files
committed
Update changelog
1 parent b33adea commit 87b1fb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

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+
1121
## `0.10.0` - July 15th, 2025
1222

1323
This version of Lune contains a major internal refactoring of the `require` function, now using the proper require-by-string APIs exposed by Luau.

0 commit comments

Comments
 (0)