aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/version_bumper.rs
AgeCommit message (Collapse)Author
2026-02-22chore: remove unused filesnsfisis
2026-02-21feat(bump): implement bump command to raise version constraints to installed ↵nsfisis
versions Adds the version_bumper module for constraint manipulation (caret, tilde, wildcard, GTE, OR constraints, stability flags, dev versions) and wires it into the bump command with --dev-only, --no-dev-only, --dry-run flags, package filtering, lock file freshness checks, and content-hash updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>