1.4.11
Release Notes: py2cpp v1.4.11
Overview
This release focuses on cleanup and maintenance, removing deprecated features and updating the project version.
Changes
- Version Update: Bumped project version from
1.4.10to1.4.11inCMakeLists.txt. - Removed Standalone Workflow: Renamed
.github/workflows/standalone.ymlto.github/workflows/standalone.bak, indicating deprecation. - Removed Greeter Module: Deleted the
greeterfeature, including:include/py2cpp/greeter.hsource/greeter.cpptest/source/greeter.old
- CI Badge Cleanup: Removed the outdated "Style" workflow badge from
README.md. - Build System Tweaks: Commented out standalone directory inclusion in
all/CMakeLists.txt.
Contributors
- luk036: Authored all commits in this release.
Full Details
For a complete diff, see the GitHub comparison.
Note: This release reduces codebase complexity by removing unused components.