git-graph 0.5.0
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 returnsString
instead ofResult<String, _>