Skip to content

Commit 167269b

Browse files
solomonneasclaude
andcommitted
chore(release): bump component manifest version pin to 0.25.1
The bundled component manifest tracks the CLI version; the asset pins (revisions, byte sizes, shas) are unchanged since no new component bundle ships with this patch. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0bd963d commit 167269b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_component_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_bundled_manifest_pins_miseledger_and_graphtrail_assets():
258258
manifest = component_manifest.load()
259259

260260
assert manifest.schema_version == 1
261-
assert manifest.brigade_version == "0.25.0"
261+
assert manifest.brigade_version == "0.25.1"
262262
assert manifest.manifest_revision == "2026-07-19"
263263
assert manifest.supported_platforms == component_manifest.SUPPORTED_PLATFORMS
264264
assert set(manifest.components) == set(component_manifest.KNOWN_COMPONENT_IDS)

0 commit comments

Comments
 (0)