release: v0.1.29#45
Open
JannikSt wants to merge 1 commit into
Open
Conversation
ApprovabilityVerdict: Approved This is a mechanical version bump PR updating version numbers from 0.1.28 to 0.1.29 across configuration files. No runtime behavior changes or code logic modifications. You can customize Macroscope's approvability policy. Learn more. |
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.
Follow-up to #44. Picks up the
py_src/vllm_router/version.pysync that was missed in v0.1.28, soimport vllm_router; vllm_router.__version__reports the correct version. Pre-existing drift since v0.1.13.Found by Codex on #44.
Note
Low Risk
Version-only changes with no runtime logic, auth, or data-handling modifications.
Overview
Release v0.1.29 aligns version metadata across the Rust crate, Python package, and lockfile (
0.1.28→0.1.29inCargo.toml,pyproject.toml, andCargo.lock).The meaningful fix is updating
py_src/vllm_router/version.pyfrom0.1.12to0.1.29, soimport vllm_router; vllm_router.__version__matches the published package version after the drift noted since v0.1.13.Reviewed by Cursor Bugbot for commit 1e71a0d. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Release version 0.1.29
Bumps the version to 0.1.29 across Cargo.toml, pyproject.toml, and py_src/vllm_router/version.py. The Python
__version__string was previously out of sync at0.1.12and is now aligned with the package version.Macroscope summarized 1e71a0d.