Bump version to v0.5.4#263
Merged
Merged
Conversation
Bumps the Julia and Python SDK versions to 0.5.4. The `(relations …)` CSV loading construct (#259) landed on main after the v0.5.3 tag without a version bump, so main currently reports 0.5.3 while containing changes beyond that release. This cuts a distinct version so the content is traceable to a tagged release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
minsungc
approved these changes
Jun 23, 2026
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.
Bumps the Julia and Python SDK versions to 0.5.4.
The generalized
(relations …)CSV loading construct (#259) landed onmainafter thev0.5.3tag without a version bump. As a result,maincurrently reportsversion = "0.5.3"while its content (new(relations …)construct +NamedColumn/TargetRelation/CDCTargets/PlainTargets/TargetRelationstypes) differs from what thev0.5.3release actually shipped.This cuts a distinct
0.5.4so the SDK content is traceable to a tagged release. It also lets the raicode engine pin a real release rather than a floatingmaincommit when re-running its LQP import.Follows the documented release process (Julia
Project.toml+ Pythonpyproject.toml; Go SDK versioned via thesdks/go/v0.5.4tag at release time).🤖 Generated with Claude Code