diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2e9c48c..b83b80e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.5" + ".": "2.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c167a..7b07c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.6](https://github.com/untrustedmodders/plugify-module-python3/compare/v2.0.5...v2.0.6) (2025-09-27) + + +### Bug Fixes + +* add missing include for clang ([520f3ef](https://github.com/untrustedmodders/plugify-module-python3/commit/520f3ef8f12b1d0a967dd2fe1d81437a73088bba)) + ## [2.0.5](https://github.com/untrustedmodders/plugify-module-python3/compare/v2.0.4...v2.0.5) (2025-09-27) diff --git a/src/module.hpp b/src/module.hpp index 94484af..fd5b587 100644 --- a/src/module.hpp +++ b/src/module.hpp @@ -4,7 +4,9 @@ #include #include #include + #include + #define PY_SSIZE_T_CLEAN #include #include @@ -13,6 +15,7 @@ #include #include #include +#include using namespace plugify; diff --git a/version.txt b/version.txt index e010258..157e54f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.5 +2.0.6