Skip to content

Commit

Permalink
New release (20240604)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Jun 4, 2024
1 parent 607c90c commit 4f67d69
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- markdownlint-disable-next-line MD013 -->
## [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)

<!-- markdownlint-disable-next-line MD013 -->
## [20231118](https://github.com/nutti/fake-bpy-module/compare/20230117...20231118) - 2023.11.18
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4f67d69

Please sign in to comment.