rust(chore): rust release prep 0.13.0, sift-stream-bindings 0.5.1 - #783
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <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 the Rust workspace from
0.12.0to0.13.0andsift-stream-bindingsfrom0.5.0to0.5.1, and turns the Unreleased CHANGELOG section intov0.13.0.Stacked on #782. Merge that first.
Why
#782 adds
Value::Bytestosift_streamand exposes it insift_stream_bindings. Adding a variant to the publicValueenum breaks downstream exhaustive matches, so this is a minor bump for the workspace. The bindings need a PyPI release so the Python library can depend onValuePy.Bytes; the Python fix for bytes channel ingestion is blocked onsift-stream-bindings==0.5.1being published.Changes
Cargo.toml: workspace version0.12.0→0.13.0and the 7 internal dependency pins (sift_error,sift_rs,sift_connect,sift_stream,sift_pbfs,sift_mcp,sift_test_util).sift_stream_bindingspin0.5.0→0.5.1.sift_cli(0.5.0) is unchanged.rust/crates/sift_stream_bindings/Cargo.toml:0.5.0→0.5.1.rust/CHANGELOG.md:## [Unreleased]→## [v0.13.0] - September 4, 2026.After merge
Tag
rust/v0.13.0andsift-stream-bindings/v0.5.1, then bump thesift-stream-bindingspin inpython/pyproject.tomland land the Python bytes PR.🤖 Generated with Claude Code