chore: release ic-cdk 0.20.0 and new management/bitcoin crates#697
Merged
chore: release ic-cdk 0.20.0 and new management/bitcoin crates#697
Conversation
- ic-cdk 0.20.0 - ic-cdk-macros 0.20.0 - ic-cdk-management-canister 0.1.0 - ic-cdk-bitcoin-canister 0.1.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…adata
Move crate-level doc comment to README.md and include it via
`#![doc = include_str!("../README.md")]`. Update links to use explicit
docs.rs URLs following the ic-cdk-bitcoin-canister convention.
Add missing Cargo.toml metadata fields (homepage, documentation,
categories, keywords, include, readme) to both ic-cdk-management-canister
and ic-cdk-bitcoin-canister to align with existing workspace crates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…SE symlinks Add CHANGELOG.md to the include field of all crates that have one, consistent with ic-certified-map and ic-ledger-types. Also add missing LICENSE symlinks to ic-cdk-bitcoin-canister and ic-cdk-management-canister, required for cargo publish. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
adamspofford-dfinity
approved these changes
Mar 6, 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.
Crates
Changes
README.mdtoic-cdk-management-canister(moved from crate-level doc comment, included via#![doc = include_str!("../README.md")]). Links updated to use explicit docs.rs URLs, following the convention inic-cdk-bitcoin-canister.Cargo.tomlmetadata in the two new crates with existing workspace crates: addhomepage,documentation,categories,keywords,readme, andincludefields.CHANGELOG.mdto theincludefield of all crates that have one (previously missing from most crates).LICENSEsymlinks in the two new crates (required forcargo publish).bashsyntax highlighting forcargo addcode blocks.