38 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.7.21 Jan 19, 2024

#409 in #management

Download history 136/week @ 2024-01-19 134/week @ 2024-01-26 65/week @ 2024-02-02 143/week @ 2024-02-09 391/week @ 2024-02-16 545/week @ 2024-02-23 413/week @ 2024-03-01 200/week @ 2024-03-08 121/week @ 2024-03-15 421/week @ 2024-03-22 352/week @ 2024-03-29 197/week @ 2024-04-05 4/week @ 2024-04-12 208/week @ 2024-04-26 276/week @ 2024-05-03

491 downloads per month
Used in miho

MIT license

7KB
67 lines

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

~305–750KB
~18K SLoC