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