chore: release v0.2.1#19
Merged
Merged
Conversation
Patch bump rolling up: - arborist-metrics 0.1.2 → 0.1.3 (#16) - README: Copyright + "Built with AI · Powered by StrayMark" sections (#17, #18) - SPDX headers on all Rust sources under src/ and tests/cli/ (#17) Also expands `package.exclude` in Cargo.toml to match the upstream arborist-metrics convention, dropping agent-tooling directories (.agent/, .claude/, .cursor/, .gemini/) and StrayMark governance docs (CLAUDE.md, GEMINI.md, STRAYMARK.md, AGENTS.md) from the crates.io tarball. The package goes from 61 → 33 files. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 bump rolling up the docs + dependency changes accumulated since v0.2.0. No functional code changes.
Included in this release
arborist-metrics0.1.2 → 0.1.3 (chore: bump arborist-metrics 0.1.2 → 0.1.3 #16)src/andtests/cli/(docs: add Copyright + StrayMark notice; SPDX headers on Rust sources #17)Also in this PR
package.excludeinCargo.tomlto match the upstreamarborist-metricsconvention. Drops agent-tooling directories (.agent/,.claude/,.cursor/,.gemini/) and StrayMark governance docs (CLAUDE.md,GEMINI.md,STRAYMARK.md,AGENTS.md) from the crates.io tarball. 61 → 33 files in the published crate.Release procedure (after merge)
git tag v0.2.1 && git push origin v0.2.1— triggers cargo-dist to build cross-platform binaries and create the GitHub Release.cargo publish— pushes to crates.io. README with new Copyright/StrayMark sections will render automatically.Test plan
cargo build— cleancargo test— 29/29 passingcargo clippy -- -D warnings— no warningscargo publish --dry-run --allow-dirty— packages successfully (33 files, ~103 KiB compressed); README.md and both LICENSE files present.🤖 Generated with Claude Code