aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-semver/src/lib.rs
AgeCommit message (Collapse)Author
2026-06-24refactor(semver): re-export shirabe-semver at crate root, drop ↵nsfisis
composer::semver stubs Flatten shirabe-semver's modules into glob re-exports at the crate root and route all consumers through the short paths. Remove the duplicate composer::semver stubs from shirabe-external-packages in favor of the shirabe-semver types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-17chore(style): cargo fmtnsfisis