52 stable releases

5.0.2 Apr 6, 2024
5.0.1 Apr 3, 2024
5.0.0 Mar 30, 2024
4.3.2 Mar 22, 2024
3.3.3 Dec 31, 2023

#57 in Development tools

Download history 232/week @ 2023-12-31 181/week @ 2024-01-07 194/week @ 2024-01-14 103/week @ 2024-01-21 139/week @ 2024-01-28 9/week @ 2024-02-04 177/week @ 2024-02-11 623/week @ 2024-02-18 387/week @ 2024-02-25 413/week @ 2024-03-03 178/week @ 2024-03-10 356/week @ 2024-03-17 200/week @ 2024-03-24 394/week @ 2024-03-31 41/week @ 2024-04-07 1/week @ 2024-04-14

673 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

~21–35MB
~565K SLoC