Skip to content

Commit 51780a7

Browse files
committed
chore(release): 0.38.0
1 parent 9bbcbb0 commit 51780a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.38.0]
8+
9+
710
- Restricted `make release-prepare` to stable versions only (`major.minor.build`) and removed `-next` support from release docs and validation.
811
- Added REPL documentation under guides and architecture, and updated the getting-started tutorial to include a REPL check right after install.
912
- Added `make release-prepare` to automate changelog versioning, compare link generation, release commit, and local tag creation.
@@ -15,6 +18,8 @@ All notable changes to FScript are documented in this file.
1518
- Updated REPL multiline submission to require double-Enter for pending blocks and improved function display with typed signatures.
1619
- Fixed block semantics to reject trailing `let`-only blocks without a final expression (for example `let a = let f x = ...`) and require an explicit return expression.
1720

21+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.37.0...0.38.0
22+
1823
## [0.37.0]
1924

2025
- Added resolver-backed import loading APIs (`parseSourceWithIncludesResolver` and `ScriptHost.loadSourceWithIncludes`) for hosts that load scripts from non-file sources.

0 commit comments

Comments
 (0)