56 stable releases

new 5.0.6 May 10, 2024
5.0.5 May 7, 2024
5.0.3 Apr 29, 2024
5.0.0 Mar 30, 2024
3.3.3 Dec 31, 2023

#71 in Development tools

Download history 84/week @ 2024-01-22 139/week @ 2024-01-29 9/week @ 2024-02-05 177/week @ 2024-02-12 642/week @ 2024-02-19 412/week @ 2024-02-26 384/week @ 2024-03-04 167/week @ 2024-03-11 371/week @ 2024-03-18 284/week @ 2024-03-25 309/week @ 2024-04-01 24/week @ 2024-04-08 227/week @ 2024-04-29 443/week @ 2024-05-06

671 downloads per month

MIT license

55KB
1.5K SLoC

Miho

Easily bump your packages version and update your dependencies.

cargo install miho

CLI

Bump

miho bump [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--build none Build metadata.
--commit-message -m Message of the commit.
--no-ask -k Do not ask for consent before bumping.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to bump.
--path -p Where to search for packages.
--pre none Prerelease identifier, e.g. 1.0.0-beta.1.

Update

miho update [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--commit-message -m Message of the commit.
--dependency -D Dependencies to update.
--no-ask -k Do not ask for consent before updating.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to update.
--path -p Where to search for packages.
--peer none Whether to only update peer dependencies.

License

MIT

Dependencies

~22–36MB
~583K SLoC