aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/bump.rs
AgeCommit message (Expand)Author
2026-05-11test(commands): remove per-command testsnsfisis
2026-05-11refactor(package): rename traits and switch dep maps to IndexMapnsfisis
2026-05-10refactor(downloader): turn DownloadManager into downloader registrynsfisis
2026-05-10refactor(clippy): deny clippy::unused_trait_namesnsfisis
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-10refactor(package): port RootPackageLoader into RootPackageData::from_rawnsfisis
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-05-09refactor(commands): consolidate get_platform_requirement_filter into shared m...nsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-08fix(bump): align with Composer's BumpCommand pipelinensfisis
2026-05-06refactor(console): add write macros and migrate commands to use themnsfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(bump): use exit code 2 for stale lock file to match Composernsfisis
2026-02-23fix(bump): support inline constraints and glob wildcards in package filternsfisis
2026-02-22feat(cli): match Composer's --version output formatnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(bump): align output messages with Composer outputnsfisis
2026-02-22fix(bump): return exit code 1 on dry-run with changes and warn when type is a...nsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(bump): implement bump command to raise version constraints to installed ...nsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis