From 4f67d69dfe23c3e2db8b59b344f37e042846caf3 Mon Sep 17 00:00:00 2001 From: nutti Date: Tue, 4 Jun 2024 20:05:02 +0900 Subject: [PATCH] New release (20240604) --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- README.md | 4 ++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c11a9df..6f80d1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,32 @@ # Change Log -## [Unreleased](https://github.com/nutti/fake-bpy-module/compare/20231118...master) +## [Unreleased](https://github.com/nutti/fake-bpy-module/compare/20240604...master) + + +## [20240604](https://github.com/nutti/fake-bpy-module/compare/20231118...20240604) - 2024.6.4 + +### Updated Features + +* Support fake-bpy-module-4.1 +* Support generating .pyi based modules +* Create an alias fake-bpy-module to fake-bpy-module-latest +* Support generating modules on Docker environment +* Add documents for each module as comments +* Use Python 3.10 syntax for type annotations on the generated modules + +### Other Updates + +* Refactor all code to use docutils package +* Optimize code for module generation +* Fix bugs + +### Contributors + +* [**@JonathanPlasse**](https://github.com/JonathanPlasse) +* [**@UuuNyaa**](https://github.com/UuuNyaa) +* [**@Road-hog123**](https://github.com/Road-hog123) +* [**@Andrej730**](https://github.com/Andrej730) ## [20231118](https://github.com/nutti/fake-bpy-module/compare/20230117...20231118) - 2023.11.18 diff --git a/README.md b/README.md index 13ce958c..a5064fd6 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,7 @@ Support via [GitHub Sponsors](https://github.com/sponsors/nutti) * [**@kant**](https://github.com/kant) * [**@theoryshaw**](https://github.com/theoryshaw) * [**@espiondev**](https://github.com/espiondev) +* [**@JonathanPlasse**](https://github.com/JonathanPlasse) +* [**@UuuNyaa**](https://github.com/UuuNyaa) +* [**@Road-hog123**](https://github.com/Road-hog123) +* [**@Andrej730**](https://github.com/Andrej730)