Skip to content

0.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 08:08
72c30d3

Added

  • Added support for shebangs at the top of a script, meaning scripts such as this one will now run without throwing a syntax error:

    #!/usr/bin/env lune
    
    print("Hello, world!")

Fixed

  • Fixed fs.writeFile and fs.readFile not working with strings / files that are invalid utf-8