Skip to content

git-graph 0.5.0

Compare
Choose a tag to compare
@mlange-42 mlange-42 released this 01 Feb 17:09

Library release, no changes for the application

Internal code simplifications by unwrapping write! (when writing to String), instead of bubbling up errors that never occur.

Library changes

  • print::format::format_branches(...) now returns String instead of Result<String, _>