chore(release): bump version to 0.1.4 - #257
Merged
Merged
Conversation
v0.1.3 is already tagged and published as a GitHub release from commit 3961c63, which predates the dependency advisory remediation (#254). Release tags are immutable, so the first container release takes the next patch version. Regenerates SOFTWARE-LICENSE-NOTICES.html for the workspace crate version strings.
robinnsc
requested review from
LeeroyHannigan,
amrith,
c33howard,
jcshepherd,
pdf-amzn and
yesyayen
as code owners
August 12, 2026 20:58
jcshepherd
enabled auto-merge
August 12, 2026 23:31
jcshepherd
disabled auto-merge
August 12, 2026 23:31
7 tasks
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
Bumps the workspace version from
0.1.3to0.1.4(one line in the rootCargo.toml), refreshes the workspace-member entries inCargo.lock, andregenerates
SOFTWARE-LICENSE-NOTICES.htmlfor the crate version strings.No dependency or source change.
Why
v0.1.3is already tagged and published as a GitHub release (2026-08-10),pointing at
3961c63a— a commit that predates the dependency advisoryremediation in #254 (
RUSTSEC-2026-0204). The first public container imagemust ship the fixed dependency graph, so its release commit cannot be the one
v0.1.3names.Release tags and published releases are immutable: moving or deleting
v0.1.3would rewrite something public since Aug 10. The clean path is thenext patch version. This also satisfies the release workflow's version gate
(#251), which requires the release tag to match the workspace version at the
tagged commit.
After this merges, the release flow is: tag
v0.1.4on the merged commit,dispatch the release workflow for the Docker Hub candidate, then the manual
mirror/sign/promote steps per the release runbook.
Testing done
cargo check --workspace --all-targets --locked— clean.Cargo.lockdiff touches only the twelveextenddb-*workspace crates (version
0.1.3→0.1.4); no third-party entries moved.SOFTWARE-LICENSE-NOTICES.htmldiff contains onlyextenddb* 0.1.3→0.1.4version strings;devtools/generate-software-license-notices --checkpasses.Checklist
cargo test --workspace) — not re-run: no source ordependency change; the identical code was fully tested in fix(deps): remediate Rust advisories and drop deprecated rustls-pemfile #254
cargo fmt --check) — not applicable, no Rust source changedcargo clippy -- -W clippy::pedantic) — not applicable, no Rust source changedStoragetrait, auth model, on-diskformat, or public CLI surface, an RFC has been accepted or is linked
below. Otherwise, an ADR captures the decision (link below).
ADR / RFC: n/a — version metadata only.
Breaking changes
None.
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache License 2.0 and I agree to the Developer Certificate of
Origin (DCO). See CONTRIBUTING.md for details.