Skip to content

Commit ebe4c51

Browse files
committed
Prepare 0.33.0 changelog
1 parent f22453e commit ebe4c51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
66

7+
- _No entries yet._
8+
9+
## [0.33.0]
10+
711
- Updated runtime/test project package versions after NuGet publish verification.
812
- Enforced strict changelog gates in CI (PR + main) and added `make verify-changelog` local preflight.
913
- Optimized `FScript.LanguageServer.Tests` startup by building the language server once per run instead of once per test.
1014
- Reused a single LSP server process across `FScript.LanguageServer.Tests` and added per-test document cleanup for isolation, reducing suite runtime substantially.
1115

16+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.32.0...0.33.0
17+
1218
## [0.32.0]
1319

1420
- Replaced `#include` with `import` and removed script-level `module` declarations.

0 commit comments

Comments
 (0)