Skip to content

0.9.4

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:16
· 92 commits to main since this release
e33cbc0

Changed

  • lune setup now properly sets up a .luaurc file instead of using legacy VSCode-specific settings
  • process.args and process.env are now plain tables again - not userdata - thank you to everyone who provided feedback on this and the usability issues!

Fixed

  • Fixed invalid handling of http redirects in net.request
  • Fixed not being able to download binaries for cross-compiling with lune build
  • Fixed binary output when running lune build not being deterministic and sometimes truncating
  • Fixed cargo install lune failing due to a yanked dependency (#323)