index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands
/
bump.rs
Age
Commit message (
Expand
)
Author
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-05
refactor(commands): consolidate working_dir resolution into Cli method
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-02
fix(installer): match Composer's transaction order and uninstall label
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
fix(bump): use exit code 2 for stale lock file to match Composer
nsfisis
2026-02-23
fix(bump): support inline constraints and glob wildcards in package filter
nsfisis
2026-02-22
feat(cli): match Composer's --version output format
nsfisis
2026-02-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
fix(bump): align output messages with Composer output
nsfisis
2026-02-22
fix(bump): return exit code 1 on dry-run with changes and warn when type is a...
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(bump): implement bump command to raise version constraints to installed ...
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis