You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,17 @@ All notable changes to FScript are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
-_No entries yet._
8
+
9
+
## [0.33.0]
10
+
7
11
- Updated runtime/test project package versions after NuGet publish verification.
8
12
- Enforced strict changelog gates in CI (PR + main) and added `make verify-changelog` local preflight.
9
13
- Optimized `FScript.LanguageServer.Tests` startup by building the language server once per run instead of once per test.
10
14
- Reused a single LSP server process across `FScript.LanguageServer.Tests` and added per-test document cleanup for isolation, reducing suite runtime substantially.
0 commit comments