chore(release): bump version to 0.8.1#127
Merged
Merged
Conversation
First conda-packaged release. Bumps the version in all three sources the conda-release version-guard cross-checks (conanfile.py, recipe.yaml context, CMakeLists.txt PJ_PACKAGE_VERSION) plus the conanfile.py docstring example. No consumer-facing API/ABI change since 0.8.0: the only code delta is the GCC-14 -Wstringop-overflow workaround in src/builtin/protobuf_wire.hpp (not an installed header). This patch exists to publish the SDK as a conda package on prefix.dev (via the recipe added in #126) and to exercise the tag-gated release pipeline. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
plotjuggler_sdk0.8.0 → 0.8.1 — the first conda-packaged release (the recipe/workflow from #126 landed onmain).Updates all three version sources the
conda-release.ymlguard cross-checks against the tag, plus theconanfile.pydocstring example:conanfile.py—version = "0.8.1"(+ docstringplotjuggler_sdk/0.8.1)recipe.yaml—context.version: "0.8.1"CMakeLists.txt—set(PJ_PACKAGE_VERSION "0.8.1")Semver
PATCH. No consumer-facing API/ABI change since 0.8.0 — the only code delta is the GCC-14
-Wstringop-overflowworkaround insrc/builtin/protobuf_wire.hpp, which is not an installed header.abi/baseline.abiis unchanged (additions-only rule satisfied; here, zero changes). This release exists to publish the conda package and exercise the tag-gated pipeline.After merge — tagging
v0.8.1A
v0.8.1tag fires both publish workflows (all secrets are configured):conda-release.yml→ publishes the.condato prefix.dev (plotjugglerchannel)release.yml→ publishes Conan to Cloudsmith (linux/macOS/win) + creates a GitHub ReleaseI verified the
conda-release.ymlversion guard passes for tagv0.8.1against all three bumped sources.🤖 Generated with Claude Code