Skip to content

1.4.11

Choose a tag to compare

@luk036 luk036 released this 29 Mar 12:14
· 13 commits to master since this release

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.10 to 1.4.11 in CMakeLists.txt.
  • Removed Standalone Workflow: Renamed .github/workflows/standalone.yml to .github/workflows/standalone.bak, indicating deprecation.
  • Removed Greeter Module: Deleted the greeter feature, including:
    • include/py2cpp/greeter.h
    • source/greeter.cpp
    • test/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.