Skip to content

Commit 0447449

Browse files
chore: release Fable.Python@5.1.0 (#277)
Co-authored-by: πŸ€– easybuild-shipit <github-actions[bot]@users.noreply.github.com>
1 parent 32691fd commit 0447449

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
---
2-
last_commit_released: 2f843c7d909456e9e70647e670e49b3283dc2ba5
2+
last_commit_released: 32691fd015cfd7b101e5c18912487bb800563e68
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.1.0 - 2026-04-26
11+
12+
### πŸš€ Features
13+
14+
* *(stdlib)* Add collections module bindings (Counter, defaultdict, deque, OrderedDict) (#272) ([8c11d74](https://github.com/fable-compiler/Fable.Python/commit/8c11d74f034639f7ceedba405443f3b45191f514))
15+
* *(stdlib)* Add re (regular expressions) module bindings (#273) ([5b16020](https://github.com/fable-compiler/Fable.Python/commit/5b16020174044e1247fc937a6781daad74f31166))
16+
* *(stdlib)* Add pathlib module bindings (#276) ([0639c9a](https://github.com/fable-compiler/Fable.Python/commit/0639c9aac680cb6d33be2b6aae841f38fa94884a))
17+
18+
### 🐞 Bug Fixes
19+
20+
* *(stdlib)* Align Json.getCases return type with Python output (#279) ([32691fd](https://github.com/fable-compiler/Fable.Python/commit/32691fd015cfd7b101e5c18912487bb800563e68))
21+
22+
<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/2f843c7d909456e9e70647e670e49b3283dc2ba5..32691fd015cfd7b101e5c18912487bb800563e68)</small></strong>
23+
1024
## 5.0.0 - 2026-04-21
1125

1226
### πŸš€ Features

0 commit comments

Comments
Β (0)