Skip to content

chore(release): bump version to 0.8.1#127

Merged
facontidavide merged 1 commit into
mainfrom
release/0.8.1
Jun 18, 2026
Merged

chore(release): bump version to 0.8.1#127
facontidavide merged 1 commit into
mainfrom
release/0.8.1

Conversation

@facontidavide

Copy link
Copy Markdown
Contributor

Summary

Bumps plotjuggler_sdk 0.8.0 → 0.8.1 — the first conda-packaged release (the recipe/workflow from #126 landed on main).

Updates all three version sources the conda-release.yml guard cross-checks against the tag, plus the conanfile.py docstring example:

  • conanfile.pyversion = "0.8.1" (+ docstring plotjuggler_sdk/0.8.1)
  • recipe.yamlcontext.version: "0.8.1"
  • CMakeLists.txtset(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-overflow workaround in src/builtin/protobuf_wire.hpp, which is not an installed header. abi/baseline.abi is 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.1

A v0.8.1 tag fires both publish workflows (all secrets are configured):

  • conda-release.yml → publishes the .conda to prefix.dev (plotjuggler channel)
  • release.yml → publishes Conan to Cloudsmith (linux/macOS/win) + creates a GitHub Release

I verified the conda-release.yml version guard passes for tag v0.8.1 against all three bumped sources.

🤖 Generated with Claude Code

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>
@facontidavide facontidavide merged commit 75b4849 into main Jun 18, 2026
4 checks passed
@facontidavide facontidavide deleted the release/0.8.1 branch June 18, 2026 20:20
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