chore(pkg): rusty-luau v0.1.0

The very first release of rusty-luau.

- Initial `Option` & `Result` implementations
This commit is contained in:
Erica Marigold 2024-04-02 17:38:48 +05:30
parent 5cd9107c98
commit b33abef2ca
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Packages/

15
CHANGELOG.md Normal file
View file

@ -0,0 +1,15 @@
<!-- markdownlint-disable MD023 -->
<!-- markdownlint-disable MD033 -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## `0.1.0` - April 2nd, 2024
The very first release of rusty-luau.
- Initial `Option` & `Result` implementations

View file

@ -3,3 +3,4 @@ lune = "lune-org/lune@0.8.2"
stylua = "JohnnyMorganz/StyLua@0.20.0" stylua = "JohnnyMorganz/StyLua@0.20.0"
luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0" luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0"
darklua = "seaofvoices/darklua@0.13.0" darklua = "seaofvoices/darklua@0.13.0"
wally = "UpliftGames/wally@0.3.2"