Skip to content

fix: align PJ_PACKAGE_VERSION with 0.19.0#157

Merged
facontidavide merged 2 commits into
mainfrom
feat/export-manifest-decoder
Jul 19, 2026
Merged

fix: align PJ_PACKAGE_VERSION with 0.19.0#157
facontidavide merged 2 commits into
mainfrom
feat/export-manifest-decoder

Conversation

@facontidavide

Copy link
Copy Markdown
Contributor

The v0.19.0 conda-release run failed its version-agreement guard: #156 bumped conanfile.py, recipe.yaml, and the CHANGELOG but missed the fourth version source — CMakeLists.txt's PJ_PACKAGE_VERSION (baked into ConfigVersion.cmake). One line.

After merging, re-run the release by moving the tag: git tag -f v0.19.0 <merge-commit> && git push -f origin v0.19.0 (the failed run consumed the old tag), or tag v0.19.1 if you prefer immutable tags.

🤖 Generated with Claude Code

… for DSO and static plugins

A host that registers statically linked plugins has to decode their embedded
manifests itself (no DSO scan runs), and a private decoder invited a second,
weaker re-implementation host-side — letting a malformed static plugin pass
validation the DSO path would reject. decodeManifest(source_path, family,
manifest_json) is now part of the pj_plugins/host/plugin_catalog.hpp API:
required non-empty id/name/version, typed-field rejection, and the
message-parser encoding requirement, identically for both discovery paths.
Additive; no ABI or protocol change. Version 0.19.0.
The CMake package version feeds write_basic_package_version_file and the
conda-release version-agreement guard; conanfile.py, recipe.yaml, and the
CHANGELOG already said 0.19.0.
@facontidavide
facontidavide merged commit dcdbcee into main Jul 19, 2026
7 checks passed
@facontidavide
facontidavide deleted the feat/export-manifest-decoder branch July 19, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant