From 597a0711ae09fb47ee1889ccaaa6a38055494478 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 17:46:03 +0900 Subject: feat(bump): implement bump command to raise version constraints to installed 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 --- crates/mozart/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/src/lib.rs') diff --git a/crates/mozart/src/lib.rs b/crates/mozart/src/lib.rs index 19b44c4..954ef0e 100644 --- a/crates/mozart/src/lib.rs +++ b/crates/mozart/src/lib.rs @@ -12,3 +12,4 @@ pub mod php_scanner; pub mod resolver; pub mod validation; pub mod version; +pub mod version_bumper; -- cgit v1.3.1