File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 1.33.1] - 2024-10-05
10+
911### Changed
1012
1113- Sync to upstream Luau 0.646
1214
1315### Fixed
1416
1517- Fixed a regression in 1.30.0 breaking type definitions files that rely on mutations like ` Enum.Foo `
16- ([ #658 ] ( https://github.com/JohnnyMorganz/luau-lsp/issues/658 ) )
18+ ([ #658 ] ( https://github.com/JohnnyMorganz/luau-lsp/issues/658 ) )
1719
1820## [ 1.33.0] - 2024-09-27
1921
Original file line number Diff line number Diff line change 1414 "bugs" : {
1515 "url" : " https://github.com/JohnnyMorganz/luau-lsp/issues"
1616 },
17- "version" : " 1.33.0 " ,
17+ "version" : " 1.33.1 " ,
1818 "engines" : {
1919 "vscode" : " ^1.67.0"
2020 },
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ int main(int argc, char** argv)
143143 return 1 ;
144144 };
145145
146- argparse::ArgumentParser program (" luau-lsp" , " 1.33.0 " );
146+ argparse::ArgumentParser program (" luau-lsp" , " 1.33.1 " );
147147 program.set_assign_chars (" :=" );
148148
149149 // Global arguments
You can’t perform that action at this time.
0 commit comments