Open
Conversation
leighmcculloch
approved these changes
Feb 25, 2026
There was a problem hiding this comment.
Pull request overview
This PR bumps the version of the bytes-lit crate from 0.0.5 to 0.0.6 as part of the automated release process. This is a standard version bump PR triggered by the automated release workflow and creates the release/v0.0.6 branch.
Changes:
- Updated package version from 0.0.5 to 0.0.6 in Cargo.toml
- Updated corresponding lock file entry to maintain consistency
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updated package version field from 0.0.5 to 0.0.6 |
| Cargo.lock | Updated bytes-lit package version to match Cargo.toml |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
What
Bump version to 0.0.6, creating release branch.
Why
Triggered by @leighmcculloch in https://github.com/stellar/bytes-lit/actions/runs/22384659181.
What is next
See the release instructions for a full rundown on the release process:
https://github.com/stellar/actions/blob/main/README-rust-release.md
Commit any changes to the
release/v0.0.6branch that are needed in this release.If this is a regular release releasing from
main, merge this PR when ready, and after merging, create a release for this version by going to this link: https://github.com/stellar/bytes-lit/releases/new?tag=v0.0.6&title=0.0.6If this is a backport or patch release of a past version, see the release instructions. When ready to release this branch create a release by going to this link:
https://github.com/stellar/bytes-lit/releases/new?tag=v0.0.6&title=0.0.6&target=release/v0.0.6