Skip to content

chore: bump arborist-metrics 0.1.2 → 0.1.3#16

Merged
montfort merged 2 commits into
mainfrom
chore/bump-arborist-metrics-0.1.3
May 20, 2026
Merged

chore: bump arborist-metrics 0.1.2 → 0.1.3#16
montfort merged 2 commits into
mainfrom
chore/bump-arborist-metrics-0.1.3

Conversation

@montfort
Copy link
Copy Markdown
Contributor

Summary

  • Bumps arborist-metrics from 0.1.2 to 0.1.3 and pins the spec in Cargo.toml to "0.1.3" (was "0.1").
  • Upstream library was renamed (arboristarborist-metrics) and moved to StrangeDaysTech/arborist-metrics. The package name on crates.io is already correct; the [lib] name = "arborist" is preserved, so no use arborist::... import changes are required.
  • v0.1.3 adds SPDX headers and README sections (AI/Copyright). No API or behavior changes.

Test plan

  • cargo build — clean
  • cargo test — 29/29 passing
  • cargo clippy --all-targets -- -D warnings — no warnings

🤖 Generated with Claude Code

Upstream library was renamed `arborist` → `arborist-metrics` (package name)
but the lib name (`arborist`) and public API are unchanged, so no source
imports require updates.

v0.1.3 adds SPDX headers and README sections (AI/Copyright) — no API or
behavior changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented May 20, 2026

CLA assistant check
All committers have signed the CLA.

Rust 1.95 promotes `clippy::unnecessary_sort_by` which fails on
descending sorts written as `sort_by(|a, b| b.x.cmp(&a.x))`. The
idiomatic form uses `sort_by_key(|b| std::cmp::Reverse(b.x))`. Behavior
is identical; only the lint is satisfied.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@montfort montfort merged commit 0596c35 into main May 20, 2026
8 of 9 checks passed
@montfort montfort mentioned this pull request May 20, 2026
4 tasks
montfort added a commit that referenced this pull request May 20, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant