Skip to content

v0.43.0

Compare
Choose a tag to compare
@Byron Byron released this 25 Apr 20:52
· 138 commits to main since this release
cc5b696

Other

  • Add missing command docs + small style fixups
    Changes that affect the help/usage text shown at runtime:

    • Add descriptions for a few gix commands that didn't have it:
      gix is-clean, gix is-changed, and gix env.

    • Add a description of the debug-only ein panic command.

    • Small spacing and capitalization improvements for consistency.

    • Add a line break in a /// block for brevity of the top line.

    Changes to code style that do not affect what is shown at runtime:

    • Add . at the end of some /// first lines. (This doesn't
      affect runtime behavior because clap normalizes this away.)

    • Put /// above all #[...] in a few places where it wasn't.

    • Adjust comment wrapping in a couple of places for clarity.

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #1935 from pierrechevalier83/fix_1923 (3b1bef7)
    • J fmt (c3c6504)
    • Merge pull request #1937 from EliahKagan/document-commands (de2f97d)
    • Add missing command docs + small style fixups (f952c10)