From 4db0fefad3f619687fbafc3e1aeb80b72e218e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20easybuild-shipit?= Date: Sun, 3 May 2026 10:10:21 +0000 Subject: [PATCH] chore: release Fable.Python@5.2.0 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96fb68..4abd22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ --- -last_commit_released: 32691fd015cfd7b101e5c18912487bb800563e68 +last_commit_released: 663c82a5e491e9f135de8c618ced8308ad9054fd name: Fable.Python --- @@ -7,6 +7,19 @@ name: Fable.Python All notable changes to this project will be documented in this file. +## 5.2.0 - 2026-05-03 + +### 🚀 Features + +* *(stdlib)* Add os.walk, makedirs(exist_ok), getpid, getppid and os.path improvements (#287) ([09cb36b](https://github.com/fable-compiler/Fable.Python/commit/09cb36b0d6d19fdae667bb9daf86f47580f5a89d)) +* *(stdlib)* Expose Python type references and dict/list constructors in Builtins (#291) ([05f2bea](https://github.com/fable-compiler/Fable.Python/commit/05f2bea2c2a274353ca762d010580ee3e0a197a6)) + +### 🐞 Bug Fixes + +* *(stdlib)* Builtins.map multi-iterable binding + add coverage for untested builtins (#292) ([663c82a](https://github.com/fable-compiler/Fable.Python/commit/663c82a5e491e9f135de8c618ced8308ad9054fd)) + +[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/32691fd015cfd7b101e5c18912487bb800563e68..663c82a5e491e9f135de8c618ced8308ad9054fd) + ## 5.1.0 - 2026-04-26 ### 🚀 Features