Skip to content

Commit 9816726

Browse files
committed
chore(release): 0.41.0
1 parent f58b809 commit 9816726

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
@@ -3,9 +3,14 @@
33
All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
6+
7+
## [0.41.0]
8+
69
- Added `Int/Float/Bool` conversion helpers in stdlib-style builtins (`*.tryParse` and `*.toString`) for safe scalar parsing and string formatting.
710
- Added tuple let destructuring (`let (a, b) = ...`) for top-level, block, and let-expression non-rec bindings.
811

12+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.40.0...0.41.0
13+
914
## [0.40.0]
1015

1116

0 commit comments

Comments
 (0)