I'm a little surprised that `Version` doesn't impl `std::fmt::Display` when I formatting the log, so I use `Debug` for now. I searched issues but didn't find relevant topic. Is adding the `Display` impl ok? Are there some concerns I missed?