mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 12:50:40 +00:00
chore(pkg): rusty-luau v0.1.0
The very first release of rusty-luau. - Initial `Option` & `Result` implementations
This commit is contained in:
parent
5cd9107c98
commit
b33abef2ca
3 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Packages/
|
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal 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
|
|
@ -3,3 +3,4 @@ lune = "lune-org/lune@0.8.2"
|
|||
stylua = "JohnnyMorganz/StyLua@0.20.0"
|
||||
luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0"
|
||||
darklua = "seaofvoices/darklua@0.13.0"
|
||||
wally = "UpliftGames/wally@0.3.2"
|
||||
|
|
Loading…
Reference in a new issue