Skip to content

Commit 4db0fef

Browse files
chore: release Fable.Python@5.2.0
1 parent 663c82a commit 4db0fef

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
---
2-
last_commit_released: 32691fd015cfd7b101e5c18912487bb800563e68
2+
last_commit_released: 663c82a5e491e9f135de8c618ced8308ad9054fd
33
name: Fable.Python
44
---
55

66
# Changelog
77

88
All notable changes to this project will be documented in this file.
99

10+
## 5.2.0 - 2026-05-03
11+
12+
### 🚀 Features
13+
14+
* *(stdlib)* Add os.walk, makedirs(exist_ok), getpid, getppid and os.path improvements (#287) ([09cb36b](https://github.com/fable-compiler/Fable.Python/commit/09cb36b0d6d19fdae667bb9daf86f47580f5a89d))
15+
* *(stdlib)* Expose Python type references and dict/list constructors in Builtins (#291) ([05f2bea](https://github.com/fable-compiler/Fable.Python/commit/05f2bea2c2a274353ca762d010580ee3e0a197a6))
16+
17+
### 🐞 Bug Fixes
18+
19+
* *(stdlib)* Builtins.map multi-iterable binding + add coverage for untested builtins (#292) ([663c82a](https://github.com/fable-compiler/Fable.Python/commit/663c82a5e491e9f135de8c618ced8308ad9054fd))
20+
21+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/32691fd015cfd7b101e5c18912487bb800563e68..663c82a5e491e9f135de8c618ced8308ad9054fd)</small></strong>
22+
1023
## 5.1.0 - 2026-04-26
1124

1225
### 🚀 Features

0 commit comments

Comments
 (0)