release: v0.10.1#143
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Release
Prepares SQLRite v0.10.1 as a patch release for the SQLR-8 HNSW delete/reinsert bugfix.
This is the release PR half of the existing release flow. Once this PR merges,
.github/workflows/release.ymlshould detect the merge commit messagerelease: v0.10.1, tag the release, and publish the configured artifacts.Why
PR #142 fixed a process-aborting engine bug where HNSW could panic after DELETE followed by INSERT within one open connection. The fix affects SDK consumers as well as the REPL/MCP surfaces, so it should ship as a patch release.
Changes
0.10.0to0.10.1.Cargo.lock.Validation
scripts/bump-version.sh 0.10.1cargo buildcargo build --workspace --exclude sqlrite-desktop --exclude sqlrite-python --exclude sqlrite-nodejs --exclude sqlrite-benchmarks --all-targetscargo test --workspace --exclude sqlrite-desktop --exclude sqlrite-python --exclude sqlrite-nodejs --exclude sqlrite-benchmarkscargo fmt --all -- --checkcargo clippy --workspace --exclude sqlrite-desktop --exclude sqlrite-python --exclude sqlrite-nodejs --exclude sqlrite-benchmarks --all-targets(passes with existing warnings)cargo doc --workspace --exclude sqlrite-desktop --exclude sqlrite-python --exclude sqlrite-nodejs --exclude sqlrite-benchmarks --no-deps(passes with existing rustdoc warnings)npm ci && npm testinexamples/nodejs-notesPost-Merge Release Watch
After merge:
release.ymlstarts for v0.10.1.releaseenvironment gates if GitHub requests approval.sqlrite-ask,sqlrite-engine, andsqlrite-mcp.v0.10.1.gh workflow run release.yml -f version=0.10.1.