chore: Bump ver: 260205.3.0#52
Merged
drmingdrmer merged 2 commits intodatabendlabs:mainfrom Feb 10, 2026
Merged
Conversation
added 2 commits
February 10, 2026 10:09
Downstream crates can now access `raft_log` types via `databend_meta_raft_store::raft_log` without adding a direct dependency.
xp-trumpet
approved these changes
Feb 10, 2026
Collaborator
xp-trumpet
left a comment
There was a problem hiding this comment.
@xp-trumpet reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @drmingdrmer).
There was a problem hiding this comment.
Pull request overview
Bumps the workspace/package version and exposes the raft-log dependency through databend-meta-raft-store so downstream crates can use databend_meta_raft_store::raft_log::* without adding a direct raft-log dependency.
Changes:
- Bump workspace/package version to
260205.3.0. - Update
databend-meta-versionunit tests to assert the new version string/components. - Re-export the
raft_logcrate fromdatabend-meta-raft-store.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates workspace package version to 260205.3.0. |
| crates/version/src/lib.rs | Aligns version assertions in tests with the new workspace version. |
| crates/raft-store/src/lib.rs | Re-exports raft_log to make its types accessible via databend_meta_raft_store::raft_log. |
💡 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.
Changelog
chore: Bump ver: 260205.3.0
refactor: re-export
raft_logcrate fromraft-storeDownstream crates can now access
raft_logtypes viadatabend_meta_raft_store::raft_logwithout adding a direct dependency.