From 6902299646b5139af41be6cd9aa63a5d1752709c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20easybuild-shipit?= Date: Tue, 21 Apr 2026 22:12:38 +0000 Subject: [PATCH] chore: release Fable.Python@5.0.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb36a98..388c99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ --- -last_commit_released: deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10 +last_commit_released: 2f843c7d909456e9e70647e670e49b3283dc2ba5 name: Fable.Python --- @@ -7,6 +7,15 @@ name: Fable.Python All notable changes to this project will be documented in this file. +## 5.0.0 - 2026-04-21 + +### 🚀 Features + +* *(stdlib)* Add functools module bindings (#260) ([0db2183](https://github.com/fable-compiler/Fable.Python/commit/0db2183659747b5e4b29af30eac3592fe62f79c7)) +* *(stdlib)* Add datetime module bindings (#267) ([db5f0b3](https://github.com/fable-compiler/Fable.Python/commit/db5f0b313d4588e037f69a5f356ad2fef443fc6c)) + +[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10..2f843c7d909456e9e70647e670e49b3283dc2ba5) + ## 5.0.0-rc.4 - 2026-04-17 ### 🚀 Features