chore: bump version to 0.6.1 - #24
Merged
Merged
Conversation
Releases the token-standard allocation (DvP) client support added in #23 (common::allocation, common::allocation_factory, registry::allocation_factory, registry::allocation_context, the TEMPLATE_ALLOCATION* consts, and the ChoiceArgumentsVariations::AllocationFactory variant).
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts patch release v0.6.1 by bumping the workspace version and updating release notes to describe the previously-merged token-standard allocation (DvP) client surface.
Changes:
- Bump workspace crate version from
0.6.0→0.6.1(Cargo.toml). - Regenerate
Cargo.lockto reflect0.6.1for the workspace crates. - Add
CHANGELOG.mdentry for0.6.1documenting allocation client support.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG.md | Adds release notes for v0.6.1 (allocation client support). |
| Cargo.toml | Bumps workspace package version to 0.6.1. |
| Cargo.lock | Updates workspace crate versions to 0.6.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
schronck
approved these changes
Jun 24, 2026
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.
Summary
Patch release cutting v0.6.1, which ships the token-standard allocation (DvP)
client support merged in #23. No code changes beyond the version bump.
Cargo.toml: workspace version0.6.0→0.6.1.Cargo.lock: regenerated (7 workspace crates →0.6.1).CHANGELOG.md:[0.6.1]section documenting the allocation client surface(
common::allocation,common::allocation_factory,registry::allocation_factory,registry::allocation_context, theTEMPLATE_ALLOCATION*consts, and theChoiceArgumentsVariations::AllocationFactoryvariant).After merge
Tag
v0.6.1at the merge commit so downstreams can pin to the release.cbtc-lib will then re-point its canton-lib deps from the temporary
revpin(
c048dd7) totag = "v0.6.1"(follow-up PR).