Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 04:44
5fc889d
  • rewrote mgt (again). this time to remove dependency on clap-rs (replaced with my fork of gumdrop: https://github.com/nikita-skobov/gumdrop), and improvements to code structure
  • because the cli parser changed, some of the cli usage changed
  • ex: cant do mgt split-out --rebase anymore. instead you must use mgt split-out -r because the --rebase now requires a value.
  • same for -t/--topbase

But otherwise everything else is the same.

This is a 4.0.0 release because it was a lot of work (and technically the api is somewhat breaking?)